diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:14:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:14:19 +0000 |
commit | b004f328eec10308fe3b310c640d5f376241f4cd (patch) | |
tree | f92bde5cb09039f947505b35ef68134a409f83c6 /modules/ping/ping.module | |
parent | e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (diff) | |
download | brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.gz brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.bz2 |
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Diffstat (limited to 'modules/ping/ping.module')
-rw-r--r-- | modules/ping/ping.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module index b652f6913..85626d39b 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -14,13 +14,6 @@ function ping_help($section) { 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 requires <code>cron</code> or a similar periodic job scheduler to be enabled.') .'</p>'; - $output .= t('<p>You can:</p> -<ul> -<li> enable or disable the ping module at <a href="@admin-modules">administer >> site configuration >> modules</a>.</li> -<li>run your cron job at your sites <a href="@file-cron">cron page</a>.</li> -<li>read about <a href="@external-http-drupal-org-node-23714">configuring cron jobs</a>.</li> -</ul></p> -', 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; } |