diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-05 11:45:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-05 11:45:51 +0000 |
commit | e93f8be8716fd35a9ad6fc3453548a8c9e5d32e8 (patch) | |
tree | 4617ae5665c77c07c54b1dfbc9722de0727adef5 /includes/menu.inc | |
parent | 59aa2ae8e8a7e29e0029941b28bce5b7ba31ae94 (diff) | |
download | brdo-e93f8be8716fd35a9ad6fc3453548a8c9e5d32e8.tar.gz brdo-e93f8be8716fd35a9ad6fc3453548a8c9e5d32e8.tar.bz2 |
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.
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 |