From d2fd0ed6c0b52a8d07ef20f18c7e8172c5c57bb6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 May 2009 07:08:28 +0000 Subject: - Patch #468654 by Bojhan, Dries: removed some redundant help texts. --- modules/comment/comment.module | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index a471b65f1..71aa02ccb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -101,12 +101,6 @@ function comment_help($path, $arg) { $output .= '

' . t('For more information, see the online handbook entry for Comment module.', array('@comment' => 'http://drupal.org/handbook/modules/comment/')) . '

'; return $output; - - case 'admin/content/comment': - return '

' . t("Below is a list of the latest comments posted to your site. Click on a subject to see the comment, the author's name to edit the author's user information, 'edit' to modify the text, and 'delete' to remove their submission.") . '

'; - - case 'admin/content/comment/approval': - return '

' . t("Below is a list of the unapproved comments posted to your site. To approve comments, select them with the checkbox, choose Publish the selected comments from Update options and click the Update button. To delete them, choose Delete the selected comments instead. Use edit to individually modify a comment's content.") . '

'; } } -- cgit v1.2.3