You are here

function taxonomy_menu_taxonomy_term_delete in Taxonomy menu 7

Same name and namespace in other branches
  1. 8.3 taxonomy_menu.module \taxonomy_menu_taxonomy_term_delete()
  2. 8 taxonomy_menu.module \taxonomy_menu_taxonomy_term_delete()
  3. 7.2 taxonomy_menu.module \taxonomy_menu_taxonomy_term_delete()

Implements hook_taxonomy_term_delete().

File

./taxonomy_menu.module, line 405
Adds links to taxonomy terms into a menu.

Code

function taxonomy_menu_taxonomy_term_delete($term) {
  _taxonomy_menu_taxonomy_termapi_helper($term, 'delete');
}