summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 2ba64a06b..abcc7925f 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -203,7 +203,7 @@ function comment_link($type, $node = 0, $main = 0) {
else {
if ($node->comment == COMMENT_NODE_READ_WRITE) {
if (user_access('post comments')) {
- $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')));
+ $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')), NULL, 'comment-form');
}
else {
$links[] = theme('comment_post_forbidden', $node->nid);
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 2ba64a06b..abcc7925f 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -203,7 +203,7 @@ function comment_link($type, $node = 0, $main = 0) {
else {
if ($node->comment == COMMENT_NODE_READ_WRITE) {
if (user_access('post comments')) {
- $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')));
+ $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')), NULL, 'comment-form');
}
else {
$links[] = theme('comment_post_forbidden', $node->nid);