From f39fc105444c31a9ec122b2c804d422baebda2d0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Nov 2020 01:38:07 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-comment-query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 04294fb148..2e95104d6e 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/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'. diff --git a/wp-includes/version.php b/wp-includes/version.php index f2482dde91..2e2088816d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta2-49471'; +$wp_version = '5.6-beta2-49472'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.