From 88b54dc6be78ebaa78d3f55017224ce9b2303d80 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 11 Oct 2022 12:42:17 +0000 Subject: [PATCH] Twenty Ten: Adjust Pullquote Block paragraph font size. This changeset adjusts the size of paragraphs located inside the Pullquote block to account for changes introduced in [https://github.com/WordPress/gutenberg/commit/82509b64392685ac70b67323cf2fa6541bbcd562#diff-b45331d9b1b9f01d24ffd110e357ce5722772b0a14303ba72ca216c613fc8076 Gutenberg PR 43195]. This ensures the size of the paragraph is set to 1.5em in the editor. Props sabernhardt. Fixes #56730. Built from https://develop.svn.wordpress.org/trunk@54475 git-svn-id: http://core.svn.wordpress.org/trunk@54034 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/editor-blocks.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.