function media_gallery_taxonomy_term_update in Media Gallery 7.2
Same name and namespace in other branches
- 7 media_gallery.module \media_gallery_taxonomy_term_update()
Implements hook_taxonomy_term_update().
File
- ./
media_gallery.module, line 1718
Code
function media_gallery_taxonomy_term_update($term) {
// Note that in hook_module_implements_alter() we guarantee that this code
// will always run before Pathauto's implementation.
_media_gallery_prevent_unwanted_pathauto_aliases($term);
}