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
This commit is contained in:
Sergey Biryukov 2020-10-29 00:03:05 +00:00
parent 9b8fe28242
commit 99e83a11d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.