From 9c08686353316ad39cfb224bbe97b073de6ac7c4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Jan 2019 11:38:50 +0000 Subject: [PATCH] Docs: Fix typo in the description of `status` parameter of `WP_Comment_Query`. See #41338. Built from https://develop.svn.wordpress.org/trunk@44412 git-svn-id: http://core.svn.wordpress.org/trunk@44242 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 aa3be72af2..af05326915 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/wp-includes/class-wp-comment-query.php @@ -223,7 +223,7 @@ class WP_Comment_Query { * @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 - * or space/comma separate list of 'hold' (`comment_status=0`), + * or space/comma-separated list of 'hold' (`comment_status=0`), * 'approve' (`comment_status=1`), 'all', or a custom * comment status. Default 'all'. * @type string|array $type Include comments of a given type, or array of types. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c96735f39..3923de54e8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44411'; +$wp_version = '5.1-alpha-44412'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.