From 417862e5048f54a574b489deab9b50c21a40eeda Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 30 Apr 2024 08:44:05 +0000 Subject: [PATCH] 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 --- wp-includes/css/wp-embed-template.css | 4 ---- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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.