function countries_i18n_country_delete in Countries 8
Same name and namespace in other branches
- 7.2 modules/countries_i18n/countries_i18n.module \countries_i18n_country_delete()
Implements hook_country_delete().
File
- modules/
countries_i18n/ countries_i18n.module, line 89 - Provides translation for countries module.
Code
function countries_i18n_country_delete($info) {
i18n_string_object_remove('country', $info);
}