Fix failing block editor test

Removes the Meta and Nav Menu widgets from the set of widgets expected by the
test for get_default_block_editor_settings().

Follows [51067].
See #53301.

Built from https://develop.svn.wordpress.org/trunk@51069


git-svn-id: http://core.svn.wordpress.org/trunk@50678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks 2021-06-04 05:26:59 +00:00
parent 222541d7c3
commit cd4b3a357d

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-51068';
$wp_version = '5.8-alpha-51069';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.