From 9c58e68f977d9b19e8ba9feb0c0095bf437b1e15 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 22 Feb 2002 19:23:04 +0000
Subject: [PATCH] - Added documentation contributed by Moshe.

---
 modules/tracker.module         | 5 +++++
 modules/tracker/tracker.module | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/modules/tracker.module b/modules/tracker.module
index 27e1579bebf7..5f2a9fcc616f 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -1,6 +1,11 @@
 <?php
 // $Id$
 
+function tracker_help() {
+  $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site.  By following the <i>view new comments</i> 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.</p>";
+  return $output;
+}
+
 function tracker_link($type) {
 
   if ($type == "menu.view") {
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module
index 27e1579bebf7..5f2a9fcc616f 100644
--- a/modules/tracker/tracker.module
+++ b/modules/tracker/tracker.module
@@ -1,6 +1,11 @@
 <?php
 // $Id$
 
+function tracker_help() {
+  $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site.  By following the <i>view new comments</i> 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.</p>";
+  return $output;
+}
+
 function tracker_link($type) {
 
   if ($type == "menu.view") {
-- 
GitLab