Changeset 6688
- Timestamp:
- 01/29/08 23:58:41 (5 months ago)
- Files:
-
- trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/query.php
r6683 r6688 28 28 global $wp_query; 29 29 if ( !empty($wp_query->post) ) { 30 $GLOBALS['post'] = $wp_query-> next_post();30 $GLOBALS['post'] = $wp_query->post; 31 31 setup_postdata($wp_query->post); 32 32 }
