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.