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.