From 5ed848ecdbf479a198d4123f9311878f7bac0596 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Jun 2003 19:13:50 +0000 Subject: - Show a non-clickable example "link" when previewing comments. Should fix bug #1437 for all themes (incl. theme Marvin and theme UnConeD). --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') 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)); -- cgit v1.2.3