Changeset 3411
- Timestamp:
- 01/06/06 02:10:43 (3 years ago)
- Files:
-
- trunk/wp-includes/cache.php (modified) (1 diff)
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/cache.php
r3402 r3411 334 334 } 335 335 336 $this->dirty_objects = array(); 337 336 338 // Release write lock. 337 339 flock($mutex, LOCK_UN); trunk/wp-settings.php
r3408 r3411 223 223 224 224 function shutdown_action_hook() { 225 do_action('shutdown'); 225 226 wp_cache_close(); 226 do_action('shutdown');227 227 } 228 228 register_shutdown_function('shutdown_action_hook');
