Removes actions that are in the database but not supported by any enabled module.
function action_admin_remove_orphans() { action_synchronize(TRUE); drupal_goto('admin/config/system/actions/manage'); }