summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index c41b58d11..276d39f8b 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -980,6 +980,8 @@ function hook_page_build(&$page) {
* - 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.
+ * - "options": An array of options to be passed to l() when generating a link
+ * from this menu item.
*
* For a detailed usage example, see page_example.module.
* For comprehensive documentation on the menu system, see