Changeset 46660 for trunk/src/wp-includes/query.php
- Timestamp:
- 11/05/2019 09:21:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r45932 r46660 92 92 * 93 93 * @param array|string $query Array or string of WP_Query arguments. 94 * @return array List of post objects.94 * @return WP_Post[]|int[] Array of post objects or post IDs. 95 95 */ 96 96 function query_posts( $query ) {
Note: See TracChangeset
for help on using the changeset viewer.