summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-24 15:22:07 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-24 15:22:07 +0000
commit6a57391539699d428b537bec2fef660410ee0fe4 (patch)
treec70b1653e5e0eea03ed33a0eb37642003d60a3d5 /modules/menu
parent3fbe8b721b6ecb9e5700f6d6e9146781c1795064 (diff)
downloadbrdo-6a57391539699d428b537bec2fef660410ee0fe4.tar.gz
brdo-6a57391539699d428b537bec2fef660410ee0fe4.tar.bz2
- Patch #649820 by brianV: added missing documentation for MENU_LOCAL_ACTION in hook_menu().
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.api.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/menu/menu.api.php b/modules/menu/menu.api.php
index c7a33739b..8a39032fb 100644
--- a/modules/menu/menu.api.php
+++ b/modules/menu/menu.api.php
@@ -247,7 +247,11 @@
* information is generated when the path is accessed.
* - MENU_SUGGESTED_ITEM: Modules may "suggest" menu items that the
* administrator may enable.
- * - MENU_LOCAL_TASK: Local tasks are rendered as tabs by default.
+ * - MENU_LOCAL_ACTION: Local actions are menu items that describe actions
+ * on the parent item such as adding a new user or block, and are
+ * rendered in the action-links list in your theme.
+ * - MENU_LOCAL_TASK: Local tasks are menu items that describe different
+ * displays of data, and are generally rendered as tabs.
* - MENU_DEFAULT_LOCAL_TASK: Every set of local tasks should provide one
* "default" task, which should display the same page as the parent item.
* If the "type" element is omitted, MENU_NORMAL_ITEM is assumed.