#179475 by JirkaRybka: fix code comments on menu_local_tasks()

6.x
Gábor Hojtsy 2007-09-29 08:12:06 +00:00
parent a966c326be
commit 0cf669611f
1 changed files with 2 additions and 2 deletions

View File

@ -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) {