From 9bdb319b2bd9e4c01dc3a1b4339bd37caf6671e2 Mon Sep 17 00:00:00 2001 From: joedolson Date: Thu, 26 Feb 2026 00:13:45 +0000 Subject: [PATCH] Twenty Twenty: Fix Pullquote block letter case setting. Prevent the Twenty Twenty theme styles from overriding the Pullquote block's letter case settings. Props paragjethva, hiteshtalpada, shailu25, poena, mukesh27, sukhendu2002, dhruvang21, ugyensupport, darshitrajyaguru97, sabernhardt, r1k0, joedolson. Fixes #62773. Built from https://develop.svn.wordpress.org/trunk@61743 git-svn-id: http://core.svn.wordpress.org/trunk@61049 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwenty/assets/css/editor-style-block-rtl.css | 2 +- .../themes/twentytwenty/assets/css/editor-style-block.css | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index c2bfa33d63..875acb214d 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -885,7 +885,7 @@ hr.wp-block-separator.is-style-dots::before { font-size: 16px; font-weight: 500; margin-top: 12px; - text-transform: none; + text-transform: inherit; } .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 222019e9a9..987d85daa3 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -889,7 +889,7 @@ hr.wp-block-separator.is-style-dots::before { font-size: 16px; font-weight: 500; margin-top: 12px; - text-transform: none; + text-transform: inherit; } .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, diff --git a/wp-includes/version.php b/wp-includes/version.php index 7f0609b294..641c2c85ab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta1-61742'; +$wp_version = '7.0-beta1-61743'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.