From b5b8f7fba1f7062c5b5f308dcf2f14d6f75efdda Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 9 May 2008 17:26:50 +0000 Subject: This makes switching work when using an object cache git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1280 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-includes/functions.php') diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 1a08fb8..b1b85bd 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -204,8 +204,8 @@ function get_option( $setting ) { if ( $switched != false || defined('WP_INSTALLING') != false ) { wp_cache_delete($setting, 'options'); - #wp_cache_delete('notoptions', 'options'); - #wp_cache_delete('alloptions', 'options'); + wp_cache_delete('notoptions', 'options'); + wp_cache_delete('alloptions', 'options'); } // prevent non-existent options from triggering multiple queries -- cgit