diff options
Diffstat (limited to 'modules/tracker')
-rw-r--r-- | modules/tracker/tracker.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index 0044bd480..11c0f7d5a 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_help(). + * Implement hook_help(). */ function tracker_help($path, $arg) { switch ($path) { @@ -20,7 +20,7 @@ function tracker_help($path, $arg) { } /** - * Implementation of hook_menu(). + * Implement hook_menu(). */ function tracker_menu() { $items['tracker'] = array( |