Changeset 49790 for trunk/src/wp-includes/post.php
- Timestamp:
- 12/10/2020 11:57:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49789 r49790 5509 5509 * Default 'publish'. 5510 5510 * } 5511 * @return array|false Array of pages matching defaults or `$args`. 5511 * @return WP_Post[]|int[]|false Array of pages (or hierarchical post type items). Boolean false if the 5512 * specified post type is not hierarchical or the specified status is not 5513 * supported by the post type. 5512 5514 */ 5513 5515 function get_pages( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.