Index: includes/menu.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/menu.inc,v retrieving revision 1.348 diff -u -p -r1.348 menu.inc --- includes/menu.inc 1 Oct 2009 19:07:12 -0000 1.348 +++ includes/menu.inc 8 Oct 2009 00:28:31 -0000 @@ -1671,6 +1671,9 @@ function menu_local_tasks($level = 0) { // Remove the depth, we are interested only in their relative placement. $tabs = array_values($tabs); $data['tabs'] = $tabs; + + // Allow modules to alter local tasks or dynamically append further tasks. + drupal_alter('menu_local_tasks', $data, $router_item, $root_path); } if (isset($data['tabs'][$level])) {