Skip to content
Snippets Groups Projects
Commit a5f9c985 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1417754 by mkadin: hook_menu() docs need to explain that options don't work for tabs.

parent 4aaf9e18
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment