system_actions_remove_orphans()Remove actions that are in the database but not supported by any enabled module.
modules/system/system.admin.inc, line 3092
<?php
function system_actions_remove_orphans() {
actions_synchronize(TRUE);
drupal_goto('admin/config/system/actions/manage');
}
?>