function taxonomy_menu_taxonomy_term_update in Taxonomy menu 7
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.2 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()
Implements hook_taxonomy_term_update().
File
- ./
taxonomy_menu.module, line 398 - Adds links to taxonomy terms into a menu.
Code
function taxonomy_menu_taxonomy_term_update($term) {
_taxonomy_menu_taxonomy_termapi_helper($term, 'update');
}