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
This commit is contained in:
parent
0eaad56717
commit
9a94e7b26c
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue