mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
f637014b61
commit
6531090038
@ -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',
|
||||
)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user