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

    r48475 r49927  
    823823         * @since 4.1.0
    824824         *
    825          * @param string|bool   $alias        Table alias, or false if none was found.
     825         * @param string|false  $alias        Table alias, or false if none was found.
    826826         * @param array         $clause       First-order query clause.
    827827         * @param array         $parent_query Parent of $clause.
Note: See TracChangeset for help on using the changeset viewer.