You are here

function i18n_taxonomy_taxonomy_term_insert in Internationalization 7

Implements hook_taxonomy_term_insert()

File

i18n_taxonomy/i18n_taxonomy.module, line 592
i18n taxonomy module

Code

function i18n_taxonomy_taxonomy_term_insert($term) {
  i18n_taxonomy_taxonomy_term_update($term);
}