Media: fix showing of the "Filter Media" filds when replacing an image from the media modal.

Props mhuntdesign, sabernhardt, azaozz.
Fixes #53833.
Built from https://develop.svn.wordpress.org/trunk@51703


git-svn-id: http://core.svn.wordpress.org/trunk@51309 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2021-08-31 17:27:57 +00:00
parent 46ba4f8b70
commit 4112d77597
5 changed files with 5 additions and 5 deletions

View File

@ -371,7 +371,7 @@
} }
.media-sidebar h2, .media-sidebar h2,
.image-details h2 { .image-details h2:not(.media-attachments-filter-heading) {
position: relative; position: relative;
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;

File diff suppressed because one or more lines are too long

View File

@ -370,7 +370,7 @@
} }
.media-sidebar h2, .media-sidebar h2,
.image-details h2 { .image-details h2:not(.media-attachments-filter-heading) {
position: relative; position: relative;
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.9-alpha-51702'; $wp_version = '5.9-alpha-51703';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.