summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-11 19:39:30 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-11 19:39:30 +0000
commitb959d8fbeb81d033d74abe620d4131a7e533179b (patch)
treedf33f6e0bf133759a5e66c4470b8e490d79783a0 /includes
parent3f638fb8b9f47c848b598056a8663224c36af85e (diff)
downloadbrdo-b959d8fbeb81d033d74abe620d4131a7e533179b.tar.gz
brdo-b959d8fbeb81d033d74abe620d4131a7e533179b.tar.bz2
- Patch #599706 by tobiasb: tiny documentation fix.
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 076bcc6f6..f14b7aa6b 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -1363,7 +1363,7 @@ function theme_menu_local_task($variables) {
/**
* Generate the HTML output for a single local action link.
*
- * @param $element
+ * @param $variables
* An associative array containing:
* - #link: A menu link array with 'title', 'href', and 'localized_options'
* keys.