function taxonomy_breadcrumb_taxonomy_term_update in Taxonomy Breadcrumb 7
Same name and namespace in other branches
- 8 taxonomy_breadcrumb.module \taxonomy_breadcrumb_taxonomy_term_update()
Implements hook_taxonomy_term_update().
File
- ./
taxonomy_breadcrumb.module, line 252 - The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node pages and taxonomy/term pages. The breadcrumb trail takes on the form: [HOME] >> [VOCABULARY] >> TERM >> [TERM] ...
Code
function taxonomy_breadcrumb_taxonomy_term_update($term) {
taxonomy_breadcrumb_taxonomy('update', 'term', $term);
}