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

Props mhuntdesign, sabernhardt, azaozz.
Merges [51703] to the 5.8 branch.
Fixes #53833.
Built from https://develop.svn.wordpress.org/branches/5.8@51708


git-svn-id: http://core.svn.wordpress.org/branches/5.8@51314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-09-01 00:14:59 +00:00
parent 03d74022be
commit af2f290084
5 changed files with 5 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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