diff options
-rw-r--r-- | modules/ping.module | 2 | ||||
-rw-r--r-- | modules/ping/ping.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/ping.module b/modules/ping.module index eaa74d230..5e500fc26 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -14,7 +14,7 @@ function ping_help($section) { case 'admin/help#ping': $output .= t(" <p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p> - <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">')); + <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>')); break; case 'admin/modules#description': diff --git a/modules/ping/ping.module b/modules/ping/ping.module index eaa74d230..5e500fc26 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -14,7 +14,7 @@ function ping_help($section) { case 'admin/help#ping': $output .= t(" <p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p> - <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">')); + <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>')); break; case 'admin/modules#description': |