diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-29 08:12:06 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-29 08:12:06 +0000 |
commit | 0cf669611fb4e9f00612fb23136525651a311566 (patch) | |
tree | 9ecc04e0b6d077527af99c05df6627a91f139042 | |
parent | a966c326be17d1b5809f63d04145cdff3c42e8f1 (diff) | |
download | brdo-0cf669611fb4e9f00612fb23136525651a311566.tar.gz brdo-0cf669611fb4e9f00612fb23136525651a311566.tar.bz2 |
#179475 by JirkaRybka: fix code comments on menu_local_tasks()
-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 d93f0c09d..dce681fde 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -1066,8 +1066,8 @@ function menu_navigation_links($menu_name, $level = 0) { * @param $return_root * Whether to return the root path for the current page. * @return - * Themed output corresponding to the tabs of the requested level, or if - * router path if $root == TRUE. This router path will correspond to the + * Themed output corresponding to the tabs of the requested level, or + * router path if $return_root == TRUE. This router path corresponds to * a parent tab, if the current page is a default local task. */ function menu_local_tasks($level = 0, $return_root = FALSE) { |