diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-21 07:08:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-21 07:08:28 +0000 |
commit | d2fd0ed6c0b52a8d07ef20f18c7e8172c5c57bb6 (patch) | |
tree | feb7c263d9a1a59760f3a93275d3f23d0ca79a65 /modules | |
parent | 33eefeb7847eb86d905bf372417cafded9fee744 (diff) | |
download | brdo-d2fd0ed6c0b52a8d07ef20f18c7e8172c5c57bb6.tar.gz brdo-d2fd0ed6c0b52a8d07ef20f18c7e8172c5c57bb6.tar.bz2 |
- Patch #468654 by Bojhan, Dries: removed some redundant help texts.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.module | 6 |
1 files changed, 0 insertions, 6 deletions
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 .= '<p>' . t('For more information, see the online handbook entry for <a href="@comment">Comment module</a>.', array('@comment' => 'http://drupal.org/handbook/modules/comment/')) . '</p>'; return $output; - - case 'admin/content/comment': - return '<p>' . 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.") . '</p>'; - - case 'admin/content/comment/approval': - return '<p>' . t("Below is a list of the unapproved comments posted to your site. To approve comments, select them with the checkbox, choose <em>Publish the selected comments</em> from <em>Update options</em> and click the <em>Update</em> button. To delete them, choose <em>Delete the selected comments</em> instead. Use <em>edit</em> to individually modify a comment's content.") . '</p>'; } } |