- Show a non-clickable example "link" when previewing comments. Should fix
bug #1437 for all themes (incl. theme Marvin and theme UnConeD).4.2.x
parent
1a2576036b
commit
5ed848ecdb
|
@ -176,7 +176,7 @@ function comment_preview($edit) {
|
|||
** Preview the comment:
|
||||
*/
|
||||
|
||||
comment_view($comment);
|
||||
comment_view($comment, t("reply to this comment"));
|
||||
|
||||
theme("box", t("Reply"), comment_form($edit));
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ function comment_preview($edit) {
|
|||
** Preview the comment:
|
||||
*/
|
||||
|
||||
comment_view($comment);
|
||||
comment_view($comment, t("reply to this comment"));
|
||||
|
||||
theme("box", t("Reply"), comment_form($edit));
|
||||
|
||||
|
|
Loading…
Reference in New Issue