Make WordPress Core

Ticket #51690: 51690.diff

File 51690.diff, 1.0 KB (added by Presskopp, 5 years ago)
  • wp-includes/class-wp-comment-query.php

     
    222222         *                                                   Default empty.
    223223         *     @type string       $search                    Search term(s) to retrieve matching comments for.
    224224         *                                                   Default empty.
    225          *     @type string|array $status                    Comment stati to limit results by. Accepts an array
     225         *     @type string|array $status                    Comment status to limit results by. Accepts an array
    226226         *                                                   or space/comma-separated list of 'hold' (`comment_status=0`),
    227227         *                                                   'approve' (`comment_status=1`), 'all', or a custom
    228228         *                                                   comment status. Default 'all'.