Docs: Use a consistent plural form of "status".
Props Collizo4sky, Presskopp, davidbaumwald. Fixes #51690. Built from https://develop.svn.wordpress.org/trunk@49472 git-svn-id: http://core.svn.wordpress.org/trunk@49231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -222,7 +222,7 @@ class WP_Comment_Query {
|
||||
* Default empty.
|
||||
* @type string $search Search term(s) to retrieve matching comments for.
|
||||
* Default empty.
|
||||
* @type string|array $status Comment stati to limit results by. Accepts an array
|
||||
* @type string|array $status Comment statuses to limit results by. Accepts an array
|
||||
* or space/comma-separated list of 'hold' (`comment_status=0`),
|
||||
* 'approve' (`comment_status=1`), 'all', or a custom
|
||||
* comment status. Default 'all'.
|
||||
|
||||
Reference in New Issue
Block a user