Changeset 11382 for trunk/wp-includes/query.php
- Timestamp:
- 05/18/2009 03:56:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r11348 r11382 2384 2384 global $post; 2385 2385 $this->in_the_loop = true; 2386 unset($post); // Break the ref 2386 2387 $post = $this->next_post(); 2387 2388 setup_postdata($post);
Note: See TracChangeset
for help on using the changeset viewer.