Changeset 37487 for trunk/src/wp-includes/query.php
- Timestamp:
- 05/22/2016 05:39:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r37431 r37487 96 96 97 97 /** 98 * Destroy the previous query and setup a new query.99 * 100 * This should be used after {@link query_posts()} and before another {@link101 * query_posts()}. This will remove obscure bugs that occur when the previous102 * wp_query objectis not destroyed properly before another is set up.98 * Destroys the previous query and sets up a new query. 99 * 100 * This should be used after query_posts() and before another query_posts(). 101 * This will remove obscure bugs that occur when the previous WP_Query object 102 * is not destroyed properly before another is set up. 103 103 * 104 104 * @since 2.3.0
Note: See TracChangeset
for help on using the changeset viewer.