From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/ping/ping.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/ping/ping.module') diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 279fd8f2e..1c288aeb2 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -23,8 +23,6 @@ function ping_help($section) { ', array('@admin-modules' => url('admin/settings/modules'), '@file-cron' => 'cron.php', '@external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714')); $output .= '

'. t('For more information please read the configuration and customization handbook Ping page.', array('@ping' => 'http://drupal.org/handbook/modules/ping/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Alerts other sites when your site has been updated.'); } } -- cgit v1.2.3