From 61c7af563a371108119e2ebbe2299885480f60d3 Mon Sep 17 00:00:00 2001 From: joedolson Date: Thu, 13 Jul 2023 16:42:27 +0000 Subject: [PATCH] Media: Set default state for image rotation button. Adds `aria-expanded="false"` as default state for image rotation toggle in admin image editor. See #50523. Props joedolson. Fixes #58800. Built from https://develop.svn.wordpress.org/trunk@56228 git-svn-id: http://core.svn.wordpress.org/trunk@55740 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/image-edit.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php index d7f609c169..e85816bd41 100644 --- a/wp-admin/includes/image-edit.php +++ b/wp-admin/includes/image-edit.php @@ -62,7 +62,7 @@ function wp_image_editor( $post_id, $msg = false ) {
- +