You are here

function termstatus_taxonomy_term_delete in Taxonomy Term Status 7

Implements hook_taxonomy_term_delete().

File

./termstatus.module, line 199
Hook implementations and API for the taxonomy term status module.

Code

function termstatus_taxonomy_term_delete($term) {
  termstatus_term_delete($term->tid);
}