diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-31 11:25:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-31 11:25:55 +0000 |
commit | b138793b6890a16ec87107779392e4fb0c4cfc8f (patch) | |
tree | 50cb488c27cabba23a3116e72aa3e970617a8048 /modules/ping/ping.module | |
parent | 3a7b64ae03242d09685ad2a2e82c9657f7fa85e6 (diff) | |
download | brdo-b138793b6890a16ec87107779392e4fb0c4cfc8f.tar.gz brdo-b138793b6890a16ec87107779392e4fb0c4cfc8f.tar.bz2 |
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
Diffstat (limited to 'modules/ping/ping.module')
-rw-r--r-- | modules/ping/ping.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 258639ef7..a1482fa98 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -20,10 +20,10 @@ function ping_help($section) { <li>run your cron job at your sites <a href="%file-cron">cron page</a>.</li> <li>read about <a href="%external-http-drupal-org-node-23714">configuring cron jobs</a>.</li> </ul></p> -', array('%admin-modules' => url('admin/modules'), '%file-cron' => 'cron.php', '%external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714')); +', array('%admin-modules' => url('admin/settings/modules'), '%file-cron' => 'cron.php', '%external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714')); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%ping">Ping page</a>.', array('%ping' => 'http://drupal.org/handbook/modules/ping/')) .'</p>'; return $output; - case 'admin/modules#description': + case 'admin/settings/modules#description': return t('Alerts other sites when your site has been updated.'); } } |