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.