diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 867bc61df8f48d887e5eeab0ce79093336ad20af..28d85b5a3e3147b97b1408851ace354cdeda4792 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' ); } }