diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-26 13:38:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-26 13:38:30 +0000 |
commit | 50787d83f0d1f1a08ec7c03d2f847a65f75affa5 (patch) | |
tree | 04d6f916ea239f87a5fbe3318fd0d5d22aa61887 /modules/system | |
parent | eda098c03f0e1ef26c1e20c2e4b7947fa44513b2 (diff) | |
download | brdo-50787d83f0d1f1a08ec7c03d2f847a65f75affa5.tar.gz brdo-50787d83f0d1f1a08ec7c03d2f847a65f75affa5.tar.bz2 |
- Patch #788310 by jhodgdon: hook_menu_local_tasks_alter() doc is missing 2 parameters.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 2c6d65699..996b1e062 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1146,6 +1146,10 @@ function hook_menu_link_delete($link) { * does not need to be altered if there is more than one tab. * - output: A list of of tabs, each one being an associative array as * described above. + * @param $router_item + * The menu system router item of the page. + * @param $root_path + * The path to the root item for this set of tabs. */ function hook_menu_local_tasks_alter(&$data, $router_item, $root_path) { // Add an action linking to node/add to all pages. |