diff options
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r-- | modules/legacy/legacy.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index 2105ffb8d..8fef686fb 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -27,8 +27,6 @@ function legacy_help($section) { $output .= '<p>'. t('Legacy module has no configurable options.') .'</p>'; $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@legacy">Legacy page</a>.', array('@legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'</p>'; return $output; - case 'admin/settings/modules#description': - return t('Provides legacy handlers for upgrades from older Drupal installations.'); } } |