function trigger_taxonomy_term_delete

Implements hook_taxonomy_term_delete().

File

drupal/modules/trigger/trigger.module, line 618
Enables functions to be stored and executed at a later time.

Code

function trigger_taxonomy_term_delete($term) {
  _trigger_taxonomy('taxonomy_term_delete', (array) $term);
}