diff options
Diffstat (limited to 'wp-includes/functions.php')
| -rw-r--r-- | wp-includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/functions.php b/wp-includes/functions.php index dbe728f..df7ad74 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -210,8 +210,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 |
