From dbcf525d42151c122517f470341e42d3c4956eaf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 3 Jan 2007 11:04:50 +0000 Subject: - Patch #106351 by hickory: fixed comment forms. --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 867bc61df..28d85b5a3 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -324,7 +324,7 @@ function comment_link($type, $node = NULL, $teaser = FALSE) { 'title' => t('Add new comment'), 'href' => "comment/reply/$node->nid", 'attributes' => array('title' => t('Add a new comment to this page.')), - 'fragment' => 'comment_form' + 'fragment' => 'comment-form' ); } else { @@ -345,7 +345,7 @@ function comment_link($type, $node = NULL, $teaser = FALSE) { 'title' => t('Add new comment'), 'href' => "comment/reply/$node->nid", 'attributes' => array('title' => t('Share your thoughts and opinions related to this posting.')), - 'fragment' => 'comment_form' + 'fragment' => 'comment-form' ); } } -- cgit v1.2.3