summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-31 12:21:07 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-31 12:21:07 +0000
commitc5637a0a0227b3b2054a682f4b67f59e41b893c7 (patch)
treebd969a0f8182c62200e24810757417903d1b5a98
parent8a9ff424133dc135e4ac7710918dd1c46fab1c62 (diff)
downloadbrdo-c5637a0a0227b3b2054a682f4b67f59e41b893c7.tar.gz
brdo-c5637a0a0227b3b2054a682f4b67f59e41b893c7.tar.bz2
- Small usability improvement by Al.
-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 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");