From 2071ba2e17918aca6bc52dcea77741c1676b0c23 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 22 Oct 2024 15:56:16 +0000 Subject: [PATCH] Bundled Themes: Sync a few more Twenty Twenty-Five updates for RC1. This merges 2 bug fixes for the Twenty Twenty-Five theme from GitHub. Follow up to [59269]. Props poena, beafialho, juanfra. Fixes #62264. Built from https://develop.svn.wordpress.org/trunk@59271 git-svn-id: http://core.svn.wordpress.org/trunk@58663 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyfive/patterns/banner-poster.php | 2 +- wp-content/themes/twentytwentyfive/styles/07-sunrise.json | 3 --- .../styles/typography/typography-preset-6.json | 3 --- wp-includes/version.php | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentytwentyfive/patterns/banner-poster.php b/wp-content/themes/twentytwentyfive/patterns/banner-poster.php index 3e8ed7a3b9..c7bc52839b 100644 --- a/wp-content/themes/twentytwentyfive/patterns/banner-poster.php +++ b/wp-content/themes/twentytwentyfive/patterns/banner-poster.php @@ -29,7 +29,7 @@
-

+


diff --git a/wp-content/themes/twentytwentyfive/styles/07-sunrise.json b/wp-content/themes/twentytwentyfive/styles/07-sunrise.json index 19a74bf600..afff8ce04a 100644 --- a/wp-content/themes/twentytwentyfive/styles/07-sunrise.json +++ b/wp-content/themes/twentytwentyfive/styles/07-sunrise.json @@ -71,9 +71,6 @@ } }, "core/post-author-name": { - "typography": { - "fontSize": "var:preset|font-size|medium" - }, "color": { "text": "var:preset|color|contrast" }, diff --git a/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json b/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json index 78cbc74a5e..db68a4989b 100644 --- a/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json +++ b/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json @@ -17,9 +17,6 @@ } }, "core/post-author-name": { - "typography": { - "fontSize": "var:preset|font-size|medium" - }, "elements": { "link": { "typography": { diff --git a/wp-includes/version.php b/wp-includes/version.php index 48973df1b9..6f2b870109 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta3-59270'; +$wp_version = '6.7-beta3-59271'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.