From df6ec4d7ffc4d1782598924dc1bf27151232f8c3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 25 Mar 2009 18:40:50 +0000 Subject: #410638 follow-up by foxtrotcharlie and David Rothstein: Fix help text on blocks so that 'Powered by' doesn't show up on all system blocks. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 8c5f8b48e..528d6c300 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -93,7 +93,7 @@ function system_help($path, $arg) { case 'admin/build/modules/uninstall': return '

' . t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it. Not all modules support this feature.') . '

'; case 'admin/build/block/configure': - if ($arg[4] == 'system' && $arg[5] == 0) { + if ($arg[4] == 'system' && $arg[5] == 'powered-by') { return '

' . t('The Powered by Drupal block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.') . '

'; } break; -- cgit v1.2.3