summaryrefslogtreecommitdiffstats
path: root/wp-includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/functions.php')
-rw-r--r--wp-includes/functions.php4
1 files changed, 2 insertions, 2 deletions
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