diff options
Diffstat (limited to 'modules/ping.module')
-rw-r--r-- | modules/ping.module | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/ping.module b/modules/ping.module index 5befbc36b..a791e44f6 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -17,7 +17,7 @@ function ping_help($section = "admin/ping/help") { $output = t($output, array("%weblogs" => "<a href=\"http://www.weblogs.com/\">Weblogs.com</a>", "%weblogs-XML" => "<a href=\"http://www.xmlrpc.com/weblogsCom/\">". t("XML-RPC interface of weblogs.com") ."</a>", "%weblogs-RSS" => "<a href=\"http://www.xmlrpc.com/weblogsComForRSS\">". t("Weblogs.Com for RSS") ."</a>", "%weblogs-RSS-changes" => "<a href=\"http://www.weblogs.com/rssUpdates/changes.xml\">". t("the weblogs.com for RSS") ."</a>", "%blo-gs" => "<a href=\"http://blo.gs/\">blo.gs</a>", "%blogtracker" => "<a href=\"http://www.dansanderson.com/blogtracker\">blogtracker</a>", "%blogrolling" => "<a href=\"http://www.blogrolling.com\">blogtolling.com</a>", "%blo-gs-XML" => "<a href=\"http://blo.gs/ping.php\">". t("XML-RPC interface of blo.gs") ."</a>" )); break; - case 'admin/system/modules': + case 'admin/system/modules#description': $output = t("Alerts other site(s) that your site has been updated."); break; } @@ -25,14 +25,6 @@ function ping_help($section = "admin/ping/help") { return t($output); } -function ping_system($field){ - $output = ""; - - if ($field == "description") { $output = ping_help("admin/system/modules"); }; - - return $output; -} - function ping_cron() { global $base_url; |