Changeset 13725 for trunk/wp-includes/query.php
- Timestamp:
- 03/17/2010 04:39:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r13691 r13725 46 46 47 47 /** 48 * Set up The Loop with query parameters.48 * Set up The Loop with query parameters. 49 49 * 50 50 * This will override the current WordPress Loop and shouldn't be used more than … … 64 64 65 65 /** 66 * Destroy the previous query and set up a new query.66 * Destroy the previous query and set up a new query. 67 67 * 68 68 * This should be used after {@link query_posts()} and before another {@link 69 69 * query_posts()}. This will remove obscure bugs that occur when the previous 70 * wp_query object is not destroyed properly before another is set up.70 * wp_query object is not destroyed properly before another is set up. 71 71 * 72 72 * @since 2.3.0 … … 2467 2467 2468 2468 /** 2469 * Set up the next post and iterate current post index.2469 * Set up the next post and iterate current post index. 2470 2470 * 2471 2471 * @since 1.5.0 … … 2761 2761 2762 2762 /** 2763 * Set up global post data.2763 * Set up global post data. 2764 2764 * 2765 2765 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.