From 6a57391539699d428b537bec2fef660410ee0fe4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 Jan 2010 15:22:07 +0000 Subject: - Patch #649820 by brianV: added missing documentation for MENU_LOCAL_ACTION in hook_menu(). --- modules/menu/menu.api.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/menu') 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. -- cgit v1.2.3