diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index fc60b951b..90f16f818 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -186,26 +186,6 @@ define('LANGUAGE_NEGOTIATION_DOMAIN', 3); define('REQUEST_TIME', $_SERVER['REQUEST_TIME']); /** - * @name Title text filtering flags - * @{ - * Flags for use in drupal_set_title(). - */ - -/** - * Flag for drupal_set_title(); text is not sanitized, so run check_plain(). - */ -define('CHECK_PLAIN', 0); - -/** - * Flag for drupal_set_title(); text has already been sanitized. - */ -define('PASS_THROUGH', -1); - -/** - * @} End of "Title text filtering flags". - */ - -/** * Start the timer with the specified name. If you start and stop * the same timer multiple times, the measured intervals will be * accumulated. |