summaryrefslogtreecommitdiff
path: root/modules/legacy/legacy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 20:14:19 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 20:14:19 +0000
commitb004f328eec10308fe3b310c640d5f376241f4cd (patch)
treef92bde5cb09039f947505b35ef68134a409f83c6 /modules/legacy/legacy.module
parente08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (diff)
downloadbrdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.gz
brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.bz2
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r--modules/legacy/legacy.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module
index 9eb6da437..8355dd4d8 100644
--- a/modules/legacy/legacy.module
+++ b/modules/legacy/legacy.module
@@ -24,7 +24,6 @@ function legacy_help($section) {
<li><em>user/view/52</em> to <em>user/52</em>.</li>
</ul>
');
- $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;
}