function media_gallery_taxonomy_term_insert in Media Gallery 7
Same name and namespace in other branches
- 7.2 media_gallery.module \media_gallery_taxonomy_term_insert()
Implements hook_taxonomy_term_insert().
File
- ./
media_gallery.module, line 1668
Code
function media_gallery_taxonomy_term_insert($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);
}