From 50787d83f0d1f1a08ec7c03d2f847a65f75affa5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Jul 2010 13:38:30 +0000 Subject: - Patch #788310 by jhodgdon: hook_menu_local_tasks_alter() doc is missing 2 parameters. --- modules/system/system.api.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') 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. -- cgit v1.2.3