- 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
Dries Buytaert 2003-06-12 19:13:50 +00:00
parent 1a2576036b
commit 5ed848ecdb
2 changed files with 2 additions and 2 deletions

View File

@ -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));

View File

@ -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));