From 0cf669611fb4e9f00612fb23136525651a311566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 29 Sep 2007 08:12:06 +0000 Subject: [PATCH] #179475 by JirkaRybka: fix code comments on menu_local_tasks() --- includes/menu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/menu.inc b/includes/menu.inc index d93f0c09ddc..dce681fde4a 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) {