summaryrefslogtreecommitdiff
path: root/modules/ping/ping.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ping/ping.module')
-rw-r--r--modules/ping/ping.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module
index b2499e65b..3389f0cd5 100644
--- a/modules/ping/ping.module
+++ b/modules/ping/ping.module
@@ -4,7 +4,7 @@
function ping_help($section = "admin/help#ping") {
$output = "";
- switch($section) {
+ switch ($section) {
case 'admin/help#ping':
$output .= "<p>Drupal can pings sites automatically to notify them that your site has changed. It can ping the following sites:</p>";
$output .= "<p>%weblogs, a web site that tracks and displays links to changed weblogs and news-oriented web sites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the ping module and when installed, the administrator doesn't have to do anything to participate in the %weblogs system. The ping module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the %weblogs-XML.</p>";