menu_local_actions()
Returns the rendered local actions at the current level.
drupal/includes/menu.inc, line 2157
<?php function menu_local_actions() { $links = menu_local_tasks(); return $links['actions']['output']; } ?>