constant CHECK_PLAIN

Flag for drupal_set_title(); text is not sanitized, so run check_plain().

1 use of CHECK_PLAIN
PageTitleFilteringTest::testTitleTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Tests the handling of HTML by drupal_set_title() and drupal_get_title()

File

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

Code

const CHECK_PLAIN = 0;