From 495958424334a02a7419fcbb5c8ff14db928ff85 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Mar 2004 14:30:06 +0000 Subject: [PATCH] - Partial patch #6375 by jik: fixed broken URL in comment help. --- modules/comment.module | 2 +- modules/comment/comment.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment.module b/modules/comment.module index 569d307eb11..7759e358aec 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -79,7 +79,7 @@ function comment_help($section = "admin/help#comment") { $output = t("Comments let users give feedback to content authors. Here you may review/approve/deny recent comments, and configure moderation if desired."); break; case 'admin/comment/comments': - $output = t("Click on new or updated comments to see your latest comments, or comment approval queue to approve new comments.", array("%nup" => url("admin/comment/comments/0"), "%queue" => url("admin/comment/moderation"))); + $output = t("Click on new or updated comments to see your latest comments, or comment approval queue to approve new comments.", array("%nup" => url("admin/comment/comments/0"), "%queue" => url("admin/comment/comments/1"))); break; case 'admin/comment/comments/0': $output = t("Below is a list of the latest comments posted your site. Click on a subject to see the comment, the author's name to edit the author's user information , \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 569d307eb11..7759e358aec 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -79,7 +79,7 @@ function comment_help($section = "admin/help#comment") { $output = t("Comments let users give feedback to content authors. Here you may review/approve/deny recent comments, and configure moderation if desired."); break; case 'admin/comment/comments': - $output = t("Click on new or updated comments to see your latest comments, or comment approval queue to approve new comments.", array("%nup" => url("admin/comment/comments/0"), "%queue" => url("admin/comment/moderation"))); + $output = t("Click on new or updated comments to see your latest comments, or comment approval queue to approve new comments.", array("%nup" => url("admin/comment/comments/0"), "%queue" => url("admin/comment/comments/1"))); break; case 'admin/comment/comments/0': $output = t("Below is a list of the latest comments posted your site. Click on a subject to see the comment, the author's name to edit the author's user information , \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment.");