You are here

constant CHECK_PLAIN in Drupal 7

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 modules/system/system.test
Tests the handling of HTML by drupal_set_title() and drupal_get_title()

File

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

Code

define('CHECK_PLAIN', 0);