Skip to content

Commit e46ffeb

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@51067 602fd350-edb4-49c9-b593-d223f7449a82
1 parent abb27bc commit e46ffeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wp-includes/block-editor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,13 @@ function get_default_block_editor_settings() {
245245
'media_image',
246246
'media_gallery',
247247
'media_video',
248-
'meta',
249248
'search',
250249
'text',
251250
'categories',
252251
'recent-posts',
253252
'recent-comments',
254253
'rss',
255254
'tag_cloud',
256-
'nav_menu',
257255
'custom_html',
258256
'block',
259257
)

0 commit comments

Comments
 (0)