You are here

function lingotek_cleanup_field_languages_for_taxonomy_terms in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.5 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 1645
Utility functions.

Code

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