Changeset 6653 for trunk/wp-includes/query.php
- Timestamp:
- 01/25/2008 01:41:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r6644 r6653 28 28 global $wp_query; 29 29 if ( !empty($wp_query->post) ) { 30 $GLOBALS['post'] = $wp_query-> post;30 $GLOBALS['post'] = $wp_query->next_post(); 31 31 setup_postdata($wp_query->post); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.