From 888f082871514b3dc99efacfa7c09d3439ed1337 Mon Sep 17 00:00:00 2001 From: joedolson Date: Sun, 18 Jun 2023 16:11:18 +0000 Subject: [PATCH] Media: Remove duplicate `div` containers. Follow-up to [55919]. Remove two hidden divs accidentally duplicated in patch refreshing. Props azaozz. Fixes #50523. Built from https://develop.svn.wordpress.org/trunk@55936 git-svn-id: http://core.svn.wordpress.org/trunk@55448 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/image-edit.php | 3 --- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php index 9af0f5b1e2..7ceb642a07 100644 --- a/wp-admin/includes/image-edit.php +++ b/wp-admin/includes/image-edit.php @@ -323,10 +323,7 @@ function wp_image_editor( $post_id, $msg = false ) { -
- -
diff --git a/wp-includes/version.php b/wp-includes/version.php index cf9afa0539..6b55cb3232 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55935'; +$wp_version = '6.3-alpha-55936'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.