diff --git a/wp-includes/block-editor.php b/wp-includes/block-editor.php index 5a92e55d2b..3234c4ad1f 100644 --- a/wp-includes/block-editor.php +++ b/wp-includes/block-editor.php @@ -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', ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 63ed172f42..ad58e267a2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.