From e93f8be8716fd35a9ad6fc3453548a8c9e5d32e8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 5 Jul 2006 11:45:51 +0000 Subject: - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. --- includes/menu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/menu.inc') 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 -- cgit v1.2.3