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 e27e4afba8..041c0524d8 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 @@ -658,6 +658,10 @@ hr.wp-block-separator.is-style-dots::before { line-height: 1.25; } +.editor-styles-wrapper .wp-block-quote cite { + font-style: normal; +} + .editor-styles-wrapper .wp-block-quote p { color: inherit; font-weight: 400; 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 0d930c8b79..270035ce70 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -658,6 +658,10 @@ hr.wp-block-separator.is-style-dots::before { line-height: 1.25; } +.editor-styles-wrapper .wp-block-quote cite { + font-style: normal; +} + .editor-styles-wrapper .wp-block-quote p { color: inherit; font-weight: 400; diff --git a/wp-includes/version.php b/wp-includes/version.php index 908c1091ff..c36b17e9c5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53469'; +$wp_version = '6.1-alpha-53470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.