From 22c889e7c05b1c2dd98ad5e6b3547234a3f6596f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Oct 2003 18:16:41 +0000 Subject: - Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. --- modules/ping/ping.module | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules/ping') diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 5befbc36b..a791e44f6 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -17,7 +17,7 @@ function ping_help($section = "admin/ping/help") { $output = t($output, array("%weblogs" => "Weblogs.com", "%weblogs-XML" => "". t("XML-RPC interface of weblogs.com") ."", "%weblogs-RSS" => "". t("Weblogs.Com for RSS") ."", "%weblogs-RSS-changes" => "". t("the weblogs.com for RSS") ."", "%blo-gs" => "blo.gs", "%blogtracker" => "blogtracker", "%blogrolling" => "blogtolling.com", "%blo-gs-XML" => "". t("XML-RPC interface of blo.gs") ."" )); 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; -- cgit v1.2.3