diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-13 09:34:40 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-13 09:34:40 +0000 |
commit | c6d841c0963ff151232c2ae23b997a5b36c680eb (patch) | |
tree | 7c0b7779cb9919be9371533022c6ee658b464ffc /modules/ping | |
parent | 2325fd5105462d8f3403c5aaf382d633f77cd373 (diff) | |
download | brdo-c6d841c0963ff151232c2ae23b997a5b36c680eb.tar.gz brdo-c6d841c0963ff151232c2ae23b997a5b36c680eb.tar.bz2 |
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
Diffstat (limited to 'modules/ping')
-rw-r--r-- | modules/ping/ping.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 5993f719c..75b1acd9a 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -12,7 +12,7 @@ function ping_help($path, $arg) { switch ($path) { case 'admin/help#ping': - $output = '<p>'. t('The ping module is useful for notifying interested sites that your site has changed. It automatically sends notifications (called "pings") to the <a href="@external-http-pingomatic-com">pingomatic</a> service to tell it that your site has changed. In turn pingomatic will ping other services such as weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.', array('@external-http-pingomatic-com' => 'http://pingomatic.com/')) .'</p>'; + $output = '<p>'. t('The ping module is useful for notifying interested sites that your site has changed. It automatically sends notifications, or "pings", to the <a href="@external-http-pingomatic-com">pingomatic</a> service about new or updated content. In turn, <a href="@external-http-pingomatic-com">pingomatic</a> notifies other popular services, including weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, and Moreover.', array('@external-http-pingomatic-com' => 'http://pingomatic.com/')) .'</p>'; $output .= '<p>'. t('The ping module requires <code>cron</code> or a similar periodic job scheduler to be enabled.') .'</p>'; $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; |