summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 767d0c400..caaa3f5a4 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -4343,6 +4343,9 @@ function drupal_common_theme() {
'menu_local_task' => array(
'arguments' => array('link' => NULL, 'active' => FALSE),
),
+ 'menu_local_action' => array(
+ 'arguments' => array('link' => NULL),
+ ),
'menu_local_tasks' => array(
'arguments' => array(),
),