diff --git a/wp-content/themes/twentyten/editor-blocks.css b/wp-content/themes/twentyten/editor-blocks.css index 0268b6b633..3baf3bb5fd 100644 --- a/wp-content/themes/twentyten/editor-blocks.css +++ b/wp-content/themes/twentyten/editor-blocks.css @@ -261,6 +261,7 @@ p.has-drop-cap:not(:focus)::first-letter { /* Pullquote */ +.wp-block-pullquote blockquote > p.rich-text, .wp-block-pullquote blockquote > .editor-rich-text p { font-size: 1.5em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 2f06feb732..175ce5bcf7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54474'; +$wp_version = '6.1-beta3-54475'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.