function taxonomy_title_taxonomy_term_insert in Taxonomy Title 7
Implements hook_taxonomy_term_insert().
File
- ./
taxonomy_title.module, line 114 - Enhanced control over the heading tag for the taxonomy term list pages.
Code
function taxonomy_title_taxonomy_term_insert($term) {
if (isset($term->taxonomy_title)) {
taxonomy_title_insert($term->tid, $term->taxonomy_title);
}
}