From a9abfc5f893560f24d7bee62944d80a4bfbae78c Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 13 Jul 2006 10:50:45 +0000 Subject: Only show one logo on last install page. Fix theme update_options() bug in install (#80) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@673 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wp-settings.php') diff --git a/wp-settings.php b/wp-settings.php index 3c83cd9..f76e02a 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -266,7 +266,8 @@ $wp_query = new WP_Query(); $wp_rewrite = new WP_Rewrite(); $wp = new WP(); -validate_current_theme(); +if( defined( "WP_INSTALLING" ) == false ) + validate_current_theme(); define('TEMPLATEPATH', get_template_directory()); // Load the default text localization domain. -- cgit