Skip to content

Commit

Permalink
- Patch #1417754 by mkadin: hook_menu() docs need to explain that opt…
Browse files Browse the repository at this point in the history
…ions don't work for tabs.
  • Loading branch information
dbuytaert committed Feb 2, 2012
1 parent 4aaf9e1 commit a5f9c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/system/system.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,8 @@ function hook_menu_get_item_alter(&$router_item, $path, $original_map) {
* "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.
* from this menu item. Note that the "options" parameter has no effect on
* MENU_LOCAL_TASK, MENU_DEFAULT_LOCAL_TASK, and MENU_LOCAL_ACTION items.
*
* For a detailed usage example, see page_example.module.
* For comprehensive documentation on the menu system, see
Expand Down

0 comments on commit a5f9c98

Please sign in to comment.