Changeset 1280
- Timestamp:
- 05/09/08 17:26:50 (3 months ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r1260 r1280 205 205 if ( $switched != false || defined('WP_INSTALLING') != false ) { 206 206 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'); 209 209 } 210 210
