Make WordPress Core


Ignore:
Timestamp:
11/19/2006 12:12:57 AM (19 years ago)
Author:
ryan
Message:

Ref more singletons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cache.php

    r3812 r4486  
    3131
    3232function 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();
    3634}
    3735
Note: See TracChangeset for help on using the changeset viewer.