Make WordPress Core


Ignore:
Timestamp:
10/18/2011 08:20:59 PM (13 years ago)
Author:
nacin
Message:

new does not require by reference.

File:
1 edited

Legend:

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

    r18682 r18995  
    138138 */
    139139function wp_cache_init() {
    140     $GLOBALS['wp_object_cache'] =& new WP_Object_Cache();
     140    $GLOBALS['wp_object_cache'] = new WP_Object_Cache();
    141141}
    142142
Note: See TracChangeset for help on using the changeset viewer.