garland_menu_local_tasks()
drupal/themes/garland/template.php, line 61
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
function garland_menu_local_tasks() {
return menu_primary_local_tasks();
}