constant CHECK_PLAIN
Flag used to indicate that text is not sanitized, so run check_plain().
See also
Archivo
- drupal-7.x/
includes/ bootstrap.inc, line 225 - Functions that need to be loaded on every Drupal request.
Código
define('CHECK_PLAIN', 0)
Flag used to indicate that text is not sanitized, so run check_plain().
define('CHECK_PLAIN', 0)