constant CHECK_PLAIN

Flag used to indicate that text is not sanitized, so run check_plain().

See also

drupal_set_title()

1 use of CHECK_PLAIN
PageTitleFiltering::testTitleTags in drupal/modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()

File

drupal/includes/bootstrap.inc, line 225
Functions that need to be loaded on every Drupal request.

Code

define('CHECK_PLAIN', 0);