function taxonomy_menu_taxonomy_term_update in Taxonomy menu 7.2
Same name and namespace in other branches
- 8.3 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()
- 8 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()
- 7 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()
Implements hook_taxonomy_term_update().
File
- ./
taxonomy_menu.module, line 352 - Generates menu links for all selected taxonomy terms.
Code
function taxonomy_menu_taxonomy_term_update($term) {
_taxonomy_menu_termapi_helper($term, 'update');
}