Changeset 42165 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 11/13/2017 04:25:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r42151 r42165 223 223 * @type string $search Search term(s) to retrieve matching comments for. 224 224 * Default empty. 225 * @type string $status Comment status to limit results by. Accepts 'hold' 226 * (`comment_status=0`), 'approve' (`comment_status=1`), 227 * 'all', or a custom comment status. Default 'all'. 225 * @type string|array $status Comment stati to limit results by. Accepts an array 226 * or space/comma separate list of 'hold' (`comment_status=0`), 227 * 'approve' (`comment_status=1`), 'all', or a custom 228 * comment status. Default 'all'. 228 229 * @type string|array $type Include comments of a given type, or array of types. 229 230 * Accepts 'comment', 'pings' (includes 'pingback' and
Note: See TracChangeset
for help on using the changeset viewer.