summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index b4c550b3e..247c90efd 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -231,12 +231,6 @@ define('LANGUAGE_RTL', 1);
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);
@@ -247,10 +241,6 @@ define('CHECK_PLAIN', 0);
define('PASS_THROUGH', -1);
/**
- * @} End of "Title text filtering flags".
- */
-
-/**
* Signals that the registry lookup cache should be reset.
*/
define('REGISTRY_RESET_LOOKUP_CACHE', 1);