summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
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.