summaryrefslogtreecommitdiff
path: root/modules/ping
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ping')
-rw-r--r--modules/ping/ping.info4
-rw-r--r--modules/ping/ping.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/ping/ping.info b/modules/ping/ping.info
new file mode 100644
index 000000000..ad02584bd
--- /dev/null
+++ b/modules/ping/ping.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Ping
+description = Alerts other sites when your site has been updated.
+
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 .= '<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/settings/modules#description':
- return t('Alerts other sites when your site has been updated.');
}
}