Changeset 6232 for branches/2.3/wp-includes/functions.php
- Timestamp:
- 10/12/07 21:46:32 (1 year ago)
- Files:
-
- branches/2.3/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
