summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-10 22:08:43 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-10 22:08:43 +0000
commit33d44ba03ee945c770edd7806deebdf9d1845654 (patch)
treea1020e406504fadae95af62297814d57d8ee4998 /includes
parent3ccb55f2bd99a008577214296c17d2cf060874b5 (diff)
downloadbrdo-33d44ba03ee945c770edd7806deebdf9d1845654.tar.gz
brdo-33d44ba03ee945c770edd7806deebdf9d1845654.tar.bz2
- Patch #629100 by David_Rothstein: fixed incorrect PHPDoc in menu_contextual_links().
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index a527fcdfe..580d2ad3f 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.