From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/comment/comment.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 557d63d47..0df7c1f13 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -80,8 +80,6 @@ function comment_help($section) { ', array('@admin-access' => url('admin/user/access'), '@admin-settings-comment' => url('admin/content/comment/settings'))); $output .= '

'. t('For more information please read the configuration and customization handbook Comment page.', array('@comment' => 'http://drupal.org/handbook/modules/comment/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Allows users to comment on and discuss published content.'); case 'admin/content/comment': case 'admin/content/comment/new': 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.

"); -- cgit v1.2.3