From 99e83a11d016f0806c2a495768e1276868c32cac Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 29 Oct 2020 00:03:05 +0000 Subject: [PATCH] Tests: Correct post formats registration in `WP_REST_Search_Controller` tests. When declaring theme support for the `post-formats` feature, an array of supported post formats needs to be specified. Follow-up to [49344], [49354]. Props garrett-eclipse. Fixes #51390. Built from https://develop.svn.wordpress.org/trunk@49365 git-svn-id: http://core.svn.wordpress.org/trunk@49125 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index bdc9cff994..9ae4190634 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta2-49362'; +$wp_version = '5.6-beta2-49365'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.