diff options
Diffstat (limited to 'includes/menu.inc')
-rw-r--r-- | includes/menu.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index c32ca0bc7..f9363fefc 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -551,7 +551,7 @@ function menu_get_active_breadcrumb() { } /** - * Returns true when the menu item is in the active trail. + * Returns TRUE when the menu item is in the active trail. */ function menu_in_active_trail($mid) { $trail = _menu_get_active_trail(); @@ -560,7 +560,7 @@ function menu_in_active_trail($mid) { } /** - * Returns true when the menu item is in the active trail within a + * Returns TRUE when the menu item is in the active trail within a * specific subsection of the menu tree. * * @param $mid |