From 47797714abd9fc1ce0b2d623d80afc5445bb9cfa Mon Sep 17 00:00:00 2001
From: Dries Buytaert
The tracker module is a handy module for displaying the most recent posts. By following the view recent posts link in the user block, a user may quickly review all recent postings.
"); + } } function tracker_system($field) { diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index c58637ba6..26fc8674a 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -1,9 +1,12 @@ The tracker module is a handy module for displaying the most recent posts. By following the view recent posts link in the user block, a user may quickly review all recent postings."; - return $output; +function tracker_help($section = "admin/tracker/help") { + + switch ($section) { + case "admin/tracker/help": + return t("The tracker module is a handy module for displaying the most recent posts. By following the view recent posts link in the user block, a user may quickly review all recent postings.
"); + } } function tracker_system($field) { -- cgit v1.2.3