From 8a0351291298fe3faf96f045d99ccaffa42aa46a Mon Sep 17 00:00:00 2001 From: isabel_brison Date: Mon, 26 Jun 2023 04:48:24 +0000 Subject: [PATCH] Editor: fix site editor layout bug. Removes additional wrapper introduced in [56025], which interfered with the site editor flex layout. Props ramonopoly, kevin940726, joedolson. Fixes 56228. Built from https://develop.svn.wordpress.org/trunk@56029 git-svn-id: http://core.svn.wordpress.org/trunk@55541 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/site-editor.php | 4 +--- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-admin/site-editor.php b/wp-admin/site-editor.php index 3d4856fa75..f56e1f1fd2 100644 --- a/wp-admin/site-editor.php +++ b/wp-admin/site-editor.php @@ -132,9 +132,7 @@ do_action( 'enqueue_block_editor_assets' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?> -
-
- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index d9d5572c0a..671532d599 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-56028'; +$wp_version = '6.3-alpha-56029'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.