Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49899 r49927  
    43314331     *
    43324332     * @param WP_Post|object|int $post WP_Post instance or Post ID/object.
    4333      * @return array|bool Elements of post or false on failure.
     4333     * @return array|false Elements of post or false on failure.
    43344334     */
    43354335    public function generate_postdata( $post ) {
Note: See TracChangeset for help on using the changeset viewer.