Changeset 6233 for trunk/wp-includes/functions.php
- Timestamp:
- 10/12/2007 09:47:34 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.