summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 0adf660ec..41eb876b2 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -763,9 +763,12 @@ function comment_admin() {
if (user_access("administer comments")) {
- print "<small>". la(t("overview"), array("mod" => "comment")) ." | ". la(t("search comment"), array("mod" => "comment", "op" => "search")) ."</small><hr />\n";
+ print "<small>". la(t("overview"), array("mod" => "comment")) ." | ". la(t("search comment"), array("mod" => "comment", "op" => "search")) ." | ". la(t("help"), array("mod" => "comment", "op" => "help")) ."</small><hr />\n";
switch ($op) {
+ case "help":
+ print comment_help();
+ break;
case "edit":
print comment_admin_edit($id);
break;