Make WordPress Core

Changeset 44412


Ignore:
Timestamp:
01/07/2019 11:37:24 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in the description of status parameter of WP_Comment_Query.

See #41338.

File:
1 edited

Legend:

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

    r44166 r44412  
    224224     *                                                   Default empty.
    225225     *     @type string|array $status                    Comment stati to limit results by. Accepts an array
    226      *                                                   or space/comma separate list of 'hold' (`comment_status=0`),
     226     *                                                   or space/comma-separated list of 'hold' (`comment_status=0`),
    227227     *                                                   'approve' (`comment_status=1`), 'all', or a custom
    228228     *                                                   comment status. Default 'all'.
Note: See TracChangeset for help on using the changeset viewer.