diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 23:48:38 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 23:48:38 +0000 |
commit | a09822b363813158a6182057917080b22d3ca8f7 (patch) | |
tree | 8d2cdf475730f06f040fd06badabf51cd00266d9 /modules/system/system.module | |
parent | 81bba297e67e18e6277dc76eb584a680808471a7 (diff) | |
download | brdo-a09822b363813158a6182057917080b22d3ca8f7.tar.gz brdo-a09822b363813158a6182057917080b22d3ca8f7.tar.bz2 |
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 8b3270eab..2bd5866ce 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -123,7 +123,7 @@ function system_help($path, $arg) { return $output; case 'admin/config/modules/uninstall': return '<p>' . t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it on the main <a href="@modules">modules page</a>. Not all modules support this feature.', array('@modules' => url('admin/config/modules'))) . '</p>'; - case 'admin/structure/block/configure': + case 'admin/structure/block/manage': if ($arg[4] == 'system' && $arg[5] == 'powered-by') { return '<p>' . t('The <em>Powered by Drupal</em> 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.') . '</p>'; } |