Changeset 4487 for branches/2.0/wp-includes/cache.php
- Timestamp:
- 11/19/2006 12:16:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/cache.php
r3813 r4487 31 31 32 32 function wp_cache_init() { 33 global $wp_object_cache; 34 35 $wp_object_cache = new WP_Object_Cache(); 33 $GLOBALS['wp_object_cache'] =& new WP_Object_Cache(); 36 34 } 37 35
Note: See TracChangeset
for help on using the changeset viewer.