summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/comment/comment.module4
1 files changed, 2 insertions, 2 deletions
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'
);
}
}