function taxonomy_title_taxonomy_term_delete in Taxonomy Title 7
Implements hook_taxonomy_term_delete().
File
- ./
taxonomy_title.module, line 135 - Enhanced control over the heading tag for the taxonomy term list pages.
Code
function taxonomy_title_taxonomy_term_delete($term) {
taxonomy_title_delete($term->tid);
}