Changeset 11386 for trunk/wp-includes/query.php
- Timestamp:
- 05/18/2009 06:00:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r11382 r11386 2382 2382 */ 2383 2383 function the_post() { 2384 unset($GLOBALS['post']); // Break the ref 2384 2385 global $post; 2385 2386 $this->in_the_loop = true; 2386 unset($post); // Break the ref2387 2387 $post = $this->next_post(); 2388 2388 setup_postdata($post);
Note: See TracChangeset
for help on using the changeset viewer.