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-comment.php

    r48941 r49927  
    320320     *
    321321     * @param int $child_id ID of the child.
    322      * @return WP_Comment|bool Returns the comment object if found, otherwise false.
     322     * @return WP_Comment|false Returns the comment object if found, otherwise false.
    323323     */
    324324    public function get_child( $child_id ) {
Note: See TracChangeset for help on using the changeset viewer.