function xmlsitemap_entity_bundle_rename in XML sitemap 2.x
Same name and namespace in other branches
- 8 xmlsitemap.module \xmlsitemap_entity_bundle_rename()
Implements hook_entity_bundle_rename().
File
- ./
xmlsitemap.module, line 974 - xmlsitemap XML sitemap
Code
function xmlsitemap_entity_bundle_rename($entity_type_id, $bundle_old, $bundle_new) {
xmlsitemap_link_bundle_rename($entity_type_id, $bundle_old, $bundle_new);
}