diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index a5b2d1afd..127e322e0 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -233,6 +233,10 @@ 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); @@ -243,11 +247,6 @@ define('REGISTRY_RESET_LOOKUP_CACHE', 1); 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. * |