diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-31 12:21:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-31 12:21:07 +0000 |
commit | c5637a0a0227b3b2054a682f4b67f59e41b893c7 (patch) | |
tree | bd969a0f8182c62200e24810757417903d1b5a98 /modules/comment/comment.module | |
parent | 8a9ff424133dc135e4ac7710918dd1c46fab1c62 (diff) | |
download | brdo-c5637a0a0227b3b2054a682f4b67f59e41b893c7.tar.gz brdo-c5637a0a0227b3b2054a682f4b67f59e41b893c7.tar.bz2 |
- Small usability improvement by Al.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |