Skip to content

Commit f46f7ef

Browse files
Docs: Fix typo in the description of status parameter of WP_Comment_Query.
See #41338. git-svn-id: https://develop.svn.wordpress.org/trunk@44412 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 063fad8 commit f46f7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-comment-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function __call( $name, $arguments ) {
223223
* @type string $search Search term(s) to retrieve matching comments for.
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'.
229229
* @type string|array $type Include comments of a given type, or array of types.

0 commit comments

Comments
 (0)