diff options
-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) { |