Ticket #51690: 51690.diff
| File 51690.diff, 1.0 KB (added by , 5 years ago) |
|---|
-
wp-includes/class-wp-comment-query.php
222 222 * Default empty. 223 223 * @type string $search Search term(s) to retrieve matching comments for. 224 224 * Default empty. 225 * @type string|array $status Comment stat ito limit results by. Accepts an array225 * @type string|array $status Comment status to limit results by. Accepts an array 226 226 * or space/comma-separated list of 'hold' (`comment_status=0`), 227 227 * 'approve' (`comment_status=1`), 'all', or a custom 228 228 * comment status. Default 'all'.