summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 5ee5fa3dc..1ebc7175c 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -25,8 +25,6 @@ function forum_help($section) {
', array('@admin-forum' => url('admin/content/forum'), '@admin-modules' => url('admin/settings/modules'), '@admin-help-comment' => url('admin/help/comment'), '@admin-help-taxonomy' => url('admin/help/taxonomy')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@forum">Forum page</a>.', array('@forum' => 'http://drupal.org/handbook/modules/forum/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Enables threaded discussions about general topics.');
case 'admin/content/forum':
return t('<p>This is a list of existing containers and forums that you can edit. Containers hold forums and, in turn, forums hold threaded discussions. Both containers and forums can be placed inside other containers and forums. By planning the structure of your containers and forums well, you make it easier for users to find a topic area of interest to them.</p>');
case 'admin/content/forum/add/container':