Changeset 1280

Show
Ignore:
Timestamp:
05/09/08 17:26:50 (3 months ago)
Author:
donncha
Message:

This makes switching work when using an object cache

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/functions.php

    r1260 r1280  
    205205        if ( $switched != false || defined('WP_INSTALLING') != false ) { 
    206206                wp_cache_delete($setting, 'options'); 
    207                 #wp_cache_delete('notoptions', 'options'); 
    208                 #wp_cache_delete('alloptions', 'options'); 
     207                wp_cache_delete('notoptions', 'options'); 
     208                wp_cache_delete('alloptions', 'options'); 
    209209        } 
    210210