From 9c700a65091b6c1ab67b2e2edb68e31b22c7fecc Mon Sep 17 00:00:00 2001 From: Greg Dunlap Date: Fri, 17 Feb 2012 14:03:52 -0800 Subject: [PATCH] Removed comment about psr-0 --- core/includes/bootstrap.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 1a06544e9a2d..97d08bf9df22 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -239,7 +239,6 @@ const REGISTRY_WRITE_LOOKUP_CACHE = 2; */ const DRUPAL_PHP_FUNCTION_PATTERN = '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'; -// Will go away when we've converted to PSR-0 require_once DRUPAL_ROOT . '/core/includes/config.inc'; /**