summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-21 15:14:17 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-21 15:14:17 +0000
commit5377cb5ac53c8b671464fcdcbf47be00b7055f6a (patch)
tree2db9e5908622672066241ac194b964690fcc6cae
parent738b58ec5ea85881f702ee4bfa6d0d959c0f1604 (diff)
downloadbrdo-5377cb5ac53c8b671464fcdcbf47be00b7055f6a.tar.gz
brdo-5377cb5ac53c8b671464fcdcbf47be00b7055f6a.tar.bz2
- Patch #319831 by keith.smitch, Workfflow et al: remove redundant help text.
-rw-r--r--modules/system/system.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index b010e8d55..1bab8e266 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -73,8 +73,6 @@ function system_help($path, $arg) {
$output .= '<li>' . t('basic configuration options for your site, including <a href="@date-settings">date and time settings</a>, <a href="@file-system">file system settings</a>, <a href="@clean-url">clean URL support</a>, <a href="@site-info">site name and other information</a>, and a <a href="@site-maintenance">site maintenance</a> function for taking your site temporarily offline.', array('@date-settings' => url('admin/settings/date-time'), '@file-system' => url('admin/settings/file-system'), '@clean-url' => url('admin/settings/clean-urls'), '@site-info' => url('admin/settings/site-information'), '@site-maintenance' => url('admin/settings/site-maintenance'))) . '</li></ul>';
$output .= '<p>' . t('For more information, see the online handbook entry for <a href="@system">System module</a>.', array('@system' => 'http://drupal.org/handbook/modules/system/')) . '</p>';
return $output;
- case 'admin':
- return '<p>' . t('Welcome to the administration section. Here you may control how your site functions.') . '</p>';
case 'admin/by-module':
return '<p>' . t('This page shows you all available administration tasks for each module.') . '</p>';
case 'admin/build/themes':