From 55ee43ab94d5dafe74e87a156ec6e48006c52110 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Nov 2020 01:36:39 +0000 Subject: [PATCH] Docs: Use a consistent plural form of "status". Props Collizo4sky, Presskopp, davidbaumwald. Fixes #51690. git-svn-id: https://develop.svn.wordpress.org/trunk@49472 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-comment-query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php index 04294fb148..2e95104d6e 100644 --- a/src/wp-includes/class-wp-comment-query.php +++ b/src/wp-includes/class-wp-comment-query.php @@ -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'.