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/query.php

    r49912 r49927  
    11871187 *
    11881188 * @param WP_Post|object|int $post WP_Post instance or Post ID/object.
    1189  * @return array|bool Elements of post, or false on failure.
     1189 * @return array|false Elements of post, or false on failure.
    11901190 */
    11911191function generate_postdata( $post ) {
Note: See TracChangeset for help on using the changeset viewer.