diff options
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. |