system_actions_remove_orphans

6 system.module system_actions_remove_orphans()
7 system.admin.inc system_actions_remove_orphans()
8 system.admin.inc system_actions_remove_orphans()

Remove actions that are in the database but not supported by any enabled module.

1 string reference to 'system_actions_remove_orphans'

File

modules/system/system.admin.inc, line 3199
Admin page callbacks for the system module.

Code

function system_actions_remove_orphans() {
  actions_synchronize(TRUE);
  drupal_goto('admin/config/system/actions/manage');
}
Login or register to post comments