You are here

function lingotek_cleanup_field_languages_for_comments in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.util.inc \lingotek_cleanup_field_languages_for_comments()
  2. 7.6 lingotek.util.inc \lingotek_cleanup_field_languages_for_comments()
1 string reference to 'lingotek_cleanup_field_languages_for_comments'
lingotek_set_batch_function in ./lingotek.util.inc
Run a function that sets a batch

File

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

Code

function lingotek_cleanup_field_languages_for_comments() {
  lingotek_cleanup_field_languages('comment');
}