Changeset 44412
- Timestamp:
- 01/07/2019 11:37:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r44166 r44412 224 224 * Default empty. 225 225 * @type string|array $status Comment stati to limit results by. Accepts an array 226 * or space/comma separatelist of 'hold' (`comment_status=0`),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'.
Note: See TracChangeset
for help on using the changeset viewer.