From 9c58e68f977d9b19e8ba9feb0c0095bf437b1e15 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 22 Feb 2002 19:23:04 +0000 Subject: - Added documentation contributed by Moshe. --- modules/tracker.module | 5 +++++ modules/tracker/tracker.module | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'modules') diff --git a/modules/tracker.module b/modules/tracker.module index 27e1579be..5f2a9fcc6 100644 --- a/modules/tracker.module +++ b/modules/tracker.module @@ -1,6 +1,11 @@ view new comments link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.

"; + return $output; +} + function tracker_link($type) { if ($type == "menu.view") { diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index 27e1579be..5f2a9fcc6 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -1,6 +1,11 @@ view new comments link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.

"; + return $output; +} + function tracker_link($type) { if ($type == "menu.view") { -- cgit v1.2.3