From 9a94e7b26ccc4727fc28d68d8379ef4b4d095ca0 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 8 Nov 2007 04:04:15 +0000 Subject: [PATCH] Skip theme validation during normal blog page loads. fixes #3907 git-svn-id: http://svn.automattic.com/wordpress/trunk@6325 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index 3febbb2762..0672536c81 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -243,7 +243,6 @@ $wp_query =& $wp_the_query; $wp_rewrite =& new WP_Rewrite(); $wp =& new WP(); -validate_current_theme(); define('TEMPLATEPATH', get_template_directory()); define('STYLESHEETPATH', get_stylesheet_directory());