Embeds: Remove empty CSS blocks from `wp-embed-template.css`.
Originally added in [34903], these empty CSS blocks serve no purpose. Props ravipatel, sabernhardt. Fixes #61085. Built from https://develop.svn.wordpress.org/trunk@58063 git-svn-id: http://core.svn.wordpress.org/trunk@57528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c11d1ebf5
commit
417862e504
|
@ -320,7 +320,6 @@ textarea.wp-embed-share-input {
|
|||
html[dir="rtl"] .wp-embed-featured-image.square {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
@ -340,9 +339,6 @@ html[dir="rtl"] .wp-embed-meta {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
html[dir="rtl"] .wp-embed-footer {
|
||||
}
|
||||
|
||||
html[dir="rtl"] .wp-embed-share {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58062';
|
||||
$wp_version = '6.6-alpha-58063';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue