summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-includes/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-includes/functions.php b/wp-includes/functions.php
index a4a5914..6bf934d 100644
--- a/wp-includes/functions.php
+++ b/wp-includes/functions.php
@@ -282,6 +282,9 @@ function wp_load_alloptions() {
function _get_option_cache( $setting ) {
global $_wp_alloptions;
global $blog_id;
+
+ if( defined( 'WP_INSTALLING' ) )
+ return false;
wp_load_alloptions();