function trigger_taxonomy_term_update in Drupal 7
Implements hook_taxonomy_term_update().
File
- modules/
trigger/ trigger.module, line 611 - Enables functions to be stored and executed at a later time.
Code
function trigger_taxonomy_term_update($term) {
_trigger_taxonomy('taxonomy_term_update', (array) $term);
}