From dce6425913653adede6c624677fb0b44e678db51 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 17 Jul 2023 22:26:22 +0000 Subject: [PATCH] Twenty Twenty-Three: Revert [55898]. This changeset reverts [55898] which removed redundant `px` units in a few inline styles, because 1) The values in the block comment and the style attribute needs to match ; 2) The block control does not accept unitless values. Follow-up to [54312], [54629], [55898]. Props TobiasBg, poena, oglekler. See #58485. Built from https://develop.svn.wordpress.org/trunk@56253 git-svn-id: http://core.svn.wordpress.org/trunk@55765 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwentythree/patterns/hidden-comments.php | 2 +- .../themes/twentytwentythree/templates/blog-alternative.html | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwentythree/patterns/hidden-comments.php b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php index f087b5ae29..84d4a78779 100644 --- a/wp-content/themes/twentytwentythree/patterns/hidden-comments.php +++ b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php @@ -29,7 +29,7 @@ -
+
diff --git a/wp-content/themes/twentytwentythree/templates/blog-alternative.html b/wp-content/themes/twentytwentythree/templates/blog-alternative.html index 9875fc67c3..cd6c89b516 100644 --- a/wp-content/themes/twentytwentythree/templates/blog-alternative.html +++ b/wp-content/themes/twentytwentythree/templates/blog-alternative.html @@ -6,7 +6,7 @@
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index ecf1940b60..729869721d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56252'; +$wp_version = '6.3-beta4-56253'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.