function termstatus_taxonomy_term_update in Taxonomy Term Status 7
Implements hook_taxonomy_term_update().
File
- ./
termstatus.module, line 192 - Hook implementations and API for the taxonomy term status module.
Code
function termstatus_taxonomy_term_update($term) {
termstatus_term_save($term);
}