From abcb0a0f350021ea0f210141e08625cd59409d6c Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 26 Jun 2023 17:01:47 +0000 Subject: [PATCH] Twenty Twenty: Fix an RTL style issue leading to failed Test Default Themes & Create ZIPs workflow. Follow-up to [56034]. Props sabernhardt, davidbaumwald. Fixes #58396. Built from https://develop.svn.wordpress.org/trunk@56039 git-svn-id: http://core.svn.wordpress.org/trunk@55551 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/style-rtl.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 158119328a..9b74923214 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -2926,8 +2926,8 @@ h2.entry-title { } ol.wp-block-latest-comments { - margin-left: auto; margin-right: auto; + margin-left: auto; } .entry-content .wp-block-archives > li, diff --git a/wp-includes/version.php b/wp-includes/version.php index bb525f12cd..4ffca04fd2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-56038'; +$wp_version = '6.3-alpha-56039'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.