Make WordPress Core


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

Reg singletons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-settings.php

    r3991 r4487  
    200200do_action('sanitize_comment_cookies');
    201201
    202 $wp_query   = new WP_Query();
    203 $wp_rewrite = new WP_Rewrite();
    204 $wp         = new WP();
     202$wp_the_query =& new WP_Query();
     203$wp_query     =& $wp_the_query;
     204$wp_rewrite   =& new WP_Rewrite();
     205$wp           =& new WP();
    205206
    206207define('TEMPLATEPATH', get_template_directory());
Note: See TracChangeset for help on using the changeset viewer.