Changeset 6232 for branches/2.3/wp-includes/functions.php
- Timestamp:
- 10/12/2007 09:46:32 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.3/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/functions.php
r6153 r6232 727 727 728 728 function wp($query_vars = '') { 729 global $wp ;729 global $wp, $wp_query, $wp_the_query; 730 730 731 731 $wp->main($query_vars); 732 733 if( !isset($wp_the_query) ) 734 $wp_the_query = $wp_query; 732 735 } 733 736
Note: See TracChangeset
for help on using the changeset viewer.