Changeset 6233
- Timestamp:
- 10/12/07 21:47:34 (1 year ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r6223 r6233 737 737 738 738 function wp( $query_vars = '' ) { 739 global $wp ;739 global $wp, $wp_query, $wp_the_query; 740 740 $wp->main( $query_vars ); 741 742 if( !isset($wp_the_query) ) 743 $wp_the_query = $wp_query; 741 744 } 742 745
