diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index a5b2d1afd1a93a483dae8ef7cee2e6df68447f28..127e322e03567ce3b200499b9771150f8a36f652 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -232,6 +232,10 @@
  */
 define('PASS_THROUGH', -1);
 
+/**
+ * @} End of "Title text filtering flags".
+ */
+
 /**
  * Signals that the registry lookup cache should be reset.
  */
@@ -242,11 +246,6 @@
  */
 define('REGISTRY_WRITE_LOOKUP_CACHE', 2);
 
-/**
- * @} 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.