Changeset 6653
- Timestamp:
- 01/25/08 01:41:57 (7 months ago)
- Files:
-
- trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
