diff --git a/wp-includes/css/wp-embed-template.css b/wp-includes/css/wp-embed-template.css index 6b1ca43f0b..63a0063216 100644 --- a/wp-includes/css/wp-embed-template.css +++ b/wp-includes/css/wp-embed-template.css @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 09fb338a07..e407fdfc22 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.