Changeset 6540
- Timestamp:
- 01/02/2008 11:03:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r6539 r6540 7 7 8 8 function wp_cache_close() { 9 global $wp_object_cache; 10 11 if ( ! isset($wp_object_cache) ) 12 return; 13 return $wp_object_cache->save(); 9 return true; 14 10 } 15 11
Note: See TracChangeset
for help on using the changeset viewer.