From 5377cb5ac53c8b671464fcdcbf47be00b7055f6a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 21 Nov 2008 15:14:17 +0000 Subject: - Patch #319831 by keith.smitch, Workfflow et al: remove redundant help text. --- modules/system/system.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/system') 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 .= '
  • ' . t('basic configuration options for your site, including date and time settings, file system settings, clean URL support, site name and other information, and a site maintenance 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'))) . '
  • '; $output .= '

    ' . t('For more information, see the online handbook entry for System module.', array('@system' => 'http://drupal.org/handbook/modules/system/')) . '

    '; return $output; - case 'admin': - return '

    ' . t('Welcome to the administration section. Here you may control how your site functions.') . '

    '; case 'admin/by-module': return '

    ' . t('This page shows you all available administration tasks for each module.') . '

    '; case 'admin/build/themes': -- cgit v1.2.3