Changeset 50257 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/08/2021 10:50:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r50130 r50257 2084 2084 * Retrieves an array of the latest posts, or posts matching the given criteria. 2085 2085 * 2086 * For more information on the accepted arguments, see the 2087 * {@link https://developer.wordpress.org/reference/classes/wp_query/ 2088 * WP_Query} documentation in the Developer Handbook. 2089 * 2090 * The `$ignore_sticky_posts` and `$no_found_rows` arguments are ignored by 2091 * this function and both are set to `true`. 2092 * 2086 2093 * The defaults are as follows: 2087 2094 * 2088 2095 * @since 1.2.0 2089 2096 * 2097 * @see WP_Query 2090 2098 * @see WP_Query::parse_query() 2091 2099 *
Note: See TracChangeset
for help on using the changeset viewer.