diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 8fe7eeccd..4dbfb90a4 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -647,7 +647,7 @@ function comment_link($type, $node = 0, $main = 0) { if ($node->comment == 2) { if (user_access("post comments")) { - $links[] = l(t("add new comment"), "comment/reply/$node->nid", array("title" => t("Share your thoughts and opinions related to this posting."))); + $links[] = l(t("add new comment"), "comment/reply/$node->nid#comment", array("title" => t("Share your thoughts and opinions related to this posting."))); } else { $links[] = theme("comment_post_forbidden"); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 8fe7eeccd..4dbfb90a4 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -647,7 +647,7 @@ function comment_link($type, $node = 0, $main = 0) { if ($node->comment == 2) { if (user_access("post comments")) { - $links[] = l(t("add new comment"), "comment/reply/$node->nid", array("title" => t("Share your thoughts and opinions related to this posting."))); + $links[] = l(t("add new comment"), "comment/reply/$node->nid#comment", array("title" => t("Share your thoughts and opinions related to this posting."))); } else { $links[] = theme("comment_post_forbidden"); |