From 9574766ad8f8810baf42a81ae105984254f0fc0a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 22:20:41 +0000 Subject: - Patch by Stefan: wrapped the help texts in

tags. Helps improve consistency. --- modules/tracker/tracker.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/tracker') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index f31389a80..1c00c565e 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -41,7 +41,9 @@ function tracker_menu($may_cache) { if (arg(0) == 'user' && is_numeric(arg(1))) { $items[] = array('path' => 'user/'. arg(1) .'/track', 'title' => t('track'), 'callback' => 'tracker_track_user', 'access' => user_access('access content'), - 'type' => MENU_LOCAL_TASK); + 'type' => MENU_IS_LOCAL_TASK); + $items[] = array('path' => 'user/'. arg(1) .'/track/posts', 'title' => t('track posts'), + 'type' => MENU_DEFAULT_LOCAL_TASK); } } -- cgit v1.2.3