You are here

constant I18N_STRING_FILTER_XSS_ADMIN in Internationalization 7

Special string formats/filters: Run through filter_xss_admin

4 uses of I18N_STRING_FILTER_XSS_ADMIN
i18n_string_allowed_format in i18n_string/i18n_string.module
Check whether a string format is allowed for translation.
i18n_string_format in i18n_string/i18n_string.module
Format the resulting translation or the default string applying callbacks
i18n_string_translate_check_string in i18n_string/i18n_string.module
Check whether there is any problem for the user to translate a specific string.
_i18n_string_translate_format_help in i18n_string/i18n_string.pages.inc
Help for text format.

File

i18n_string/i18n_string.module, line 67
Internationalization (i18n) package - translatable strings.

Code

define('I18N_STRING_FILTER_XSS_ADMIN', 'FILTER_XSS_ADMIN');