Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:57:29 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r49789 r49790  
    55095509 *                                      Default 'publish'.
    55105510 * }
    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.
    55125514 */
    55135515function get_pages( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.