You are here

function lingotek_cleanup_field_languages_for_taxonomy_terms in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.util.inc \lingotek_cleanup_field_languages_for_taxonomy_terms()
  2. 7.6 lingotek.util.inc \lingotek_cleanup_field_languages_for_taxonomy_terms()

File

./lingotek.util.inc, line 1005
Utility functions.

Code

function lingotek_cleanup_field_languages_for_taxonomy_terms() {
  lingotek_cleanup_field_languages('taxonomy_term');
}