Enable Meta and Nav Menu widgets in Legacy Widget block

Allows users to insert a Meta or Nav Menu widget using the Legacy Widget block,
as there is not yet a block equivalent for the Meta and Nav Menu widgets.

Fixes #53301.
Props celloexpressions, andraganescu.

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


git-svn-id: http://core.svn.wordpress.org/trunk@50676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks 2021-06-04 00:40:57 +00:00
parent f637014b61
commit 6531090038
2 changed files with 1 additions and 3 deletions

View File

@ -245,7 +245,6 @@ function get_default_block_editor_settings() {
'media_image',
'media_gallery',
'media_video',
'meta',
'search',
'text',
'categories',
@ -253,7 +252,6 @@ function get_default_block_editor_settings() {
'recent-comments',
'rss',
'tag_cloud',
'nav_menu',
'custom_html',
'block',
)

View File

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