From 33d44ba03ee945c770edd7806deebdf9d1845654 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 Nov 2009 22:08:43 +0000 Subject: [PATCH] - Patch #629100 by David_Rothstein: fixed incorrect PHPDoc in menu_contextual_links(). --- includes/menu.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/menu.inc b/includes/menu.inc index a527fcdfee9..580d2ad3f78 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -1817,13 +1817,13 @@ function menu_local_tasks($level = 0) { * rendering by theme_links(). For example, if $module is 'block' and the * retrieved local task path argument is 'edit', then the resulting CSS class * will be 'block-edit'. - * @param $path + * @param $parent_path * The static menu router path of the object to retrieve local tasks for, for * example 'node' or 'admin/structure/block/manage'. * @param $args - * A list of of dynamic path arguments to append to $path to form the fully- - * qualified menu router path, for example array(123) for a certain node or - * array('system', 'navigation') for a certain block. + * A list of dynamic path arguments to append to $parent_path to form the + * fully-qualified menu router path, for example array(123) for a certain + * node or array('system', 'navigation') for a certain block. * * @return * A list of menu router items that are local tasks for the passed in path.