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:
parent
46ba4f8b70
commit
4112d77597
|
@ -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
|
@ -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
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue