Changeset 4486
- Timestamp:
- 11/19/06 00:12:57 (2 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
r3812 r4486 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 trunk/wp-settings.php
r4464 r4486 242 242 require_once(ABSPATH . WPINC . '/locale.php'); 243 243 244 $wp_locale = new WP_Locale();244 $wp_locale =& new WP_Locale(); 245 245 246 246 // Load functions for active theme.
