From f4d2a1593f7e542d4f5f8bab212edc9cb3d1541b Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Thu, 13 Jul 2023 16:40:21 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@56228 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/image-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/image-edit.php b/src/wp-admin/includes/image-edit.php index d7f609c169..e85816bd41 100644 --- a/src/wp-admin/includes/image-edit.php +++ b/src/wp-admin/includes/image-edit.php @@ -62,7 +62,7 @@ function wp_image_editor( $post_id, $msg = false ) {
- +