You are here

function i18n_taxonomy_taxonomy_vocabulary_delete in Internationalization 7

Implements hook_taxonomy_vocabulary_delete()

File

i18n_taxonomy/i18n_taxonomy.module, line 674
i18n taxonomy module

Code

function i18n_taxonomy_taxonomy_vocabulary_delete($vocabulary) {
  i18n_string_object_remove('taxonomy_vocabulary', $vocabulary);
}