diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-12 19:13:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-12 19:13:50 +0000 |
commit | 5ed848ecdbf479a198d4123f9311878f7bac0596 (patch) | |
tree | 6b2e1f7114f66108b882832442b6ba47fa08e122 /modules | |
parent | 1a2576036b3377ec83a08b7238f59dc474053543 (diff) | |
download | brdo-5ed848ecdbf479a198d4123f9311878f7bac0596.tar.gz brdo-5ed848ecdbf479a198d4123f9311878f7bac0596.tar.bz2 |
- Show a non-clickable example "link" when previewing comments. Should fix
bug #1437 for all themes (incl. theme Marvin and theme UnConeD).
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 1b965e711..2db900ffb 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -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)); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 1b965e711..2db900ffb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -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)); |