diff options
Diffstat (limited to 'modules/comment/comment.module')
-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 8ba74e689..4e504af47 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -72,12 +72,6 @@ function comment_help($section) { case 'admin/help#comment': $output = '<p>'. t('The comment module creates a discussion board for each post. Users can post comments to discuss a forum topic, weblog post, story, collaborative book page, etc. The ability to comment is an important part of involving members in a community dialogue.') .'</p>'; $output .= '<p>'. t('An administrator can give comment permissions to user groups, and users can (optionally) edit their last comment, assuming no others have been posted since. Attached to each comment board is a control panel for customizing the way that comments are displayed. Users can control the chronological ordering of posts (newest or oldest first) and the number of posts to display on each page. Comments behave like other user submissions. Filters, smileys and HTML that work in nodes will also work with comments. The comment module provides specific features to inform site members when new comments have been posted.') .'</p>'; - $output .= t('<p>You can</p> -<ul> -<li>control access for various comment module functions through access permissions <a href="@admin-access">administer >> user management >> access control</a>.</li> -<li>administer comments <a href="@admin-comment-configure"> administer >> content management >> comments >> settings</a>.</li> -</ul> -', array('@admin-access' => url('admin/user/access'), '@admin-settings-comment' => url('admin/content/comment/settings'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@comment">Comment page</a>.', array('@comment' => 'http://drupal.org/handbook/modules/comment/')) .'</p>'; return $output; case 'admin/content/comment': |