diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php
index d8f21403ca..48122ffbfb 100644
a
|
b
|
function get_page_uri( $page = 0 ) { |
5971 | 5971 | * @type string|array $post_status A comma-separated list or array of post statuses to include. |
5972 | 5972 | * Default 'publish'. |
5973 | 5973 | * } |
5974 | | * @return WP_Post[]|int[]|false Array of pages (or hierarchical post type items). Boolean false if the |
5975 | | * specified post type is not hierarchical or the specified status is not |
5976 | | * supported by the post type. |
| 5974 | * @return WP_Post[]|false Array of pages (or hierarchical post type items). Boolean false if the |
| 5975 | * specified post type is not hierarchical or the specified status is not |
| 5976 | * supported by the post type. |
5977 | 5977 | */ |
5978 | 5978 | function get_pages( $args = array() ) { |
5979 | 5979 | global $wpdb; |