From d85bc099a0779b931f33cc422f86184280999b69 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 24 Oct 2023 14:06:25 +0000 Subject: [PATCH] Twenty Twenty-Four: Bug fixes for 6.4 RC2. This update includes updates to patterns to correct color issues and some code quality fixes. Follow-up to [56951], [56813], [56764], [56716]. Props luminuu, richtabor, onemaggie, kafleg, swissspidy, huzaifaalmesbah, neilorangepeel, shailu25, lada7042, mukesh27, nilovelez, jorbin. Fixes #59711. Built from https://develop.svn.wordpress.org/trunk@56999 git-svn-id: http://core.svn.wordpress.org/trunk@56510 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwentyfour/functions.php | 8 +++----- .../patterns/cta-services-image-left.php | 4 ++-- .../twentytwentyfour/patterns/text-faq.php | 20 +++++++++---------- wp-content/themes/twentytwentyfour/readme.txt | 1 + wp-content/themes/twentytwentyfour/style.css | 2 +- wp-includes/version.php | 2 +- 6 files changed, 18 insertions(+), 19 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/functions.php b/wp-content/themes/twentytwentyfour/functions.php index a7c7ad1975..443035f384 100644 --- a/wp-content/themes/twentytwentyfour/functions.php +++ b/wp-content/themes/twentytwentyfour/functions.php @@ -9,16 +9,15 @@ */ /** - * Register block styles + * Register block styles. */ if ( ! function_exists( 'twentytwentyfour_block_styles' ) ) : /** * Register custom block styles * - * @return void * @since Twenty Twenty-Four 1.0 - * + * @return void */ function twentytwentyfour_block_styles() { /** @@ -174,9 +173,8 @@ if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) : /** * Register pattern categories * - * @return void * @since Twenty Twenty-Four 1.0 - * + * @return void */ function twentytwentyfour_pattern_categories() { diff --git a/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php b/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php index 0ceed99ab6..87f3c9f3d7 100644 --- a/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php +++ b/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php @@ -7,8 +7,8 @@ */ ?> - -
+ +
diff --git a/wp-content/themes/twentytwentyfour/patterns/text-faq.php b/wp-content/themes/twentytwentyfour/patterns/text-faq.php index 284e895c65..9ebe08b77b 100644 --- a/wp-content/themes/twentytwentyfour/patterns/text-faq.php +++ b/wp-content/themes/twentytwentyfour/patterns/text-faq.php @@ -16,15 +16,15 @@
- -
+ +
- - + +
@@ -32,8 +32,8 @@
- - + +
@@ -41,8 +41,8 @@
- - + +
@@ -50,8 +50,8 @@
- - + +
diff --git a/wp-content/themes/twentytwentyfour/readme.txt b/wp-content/themes/twentytwentyfour/readme.txt index c3e2a56f29..31d3bcf985 100644 --- a/wp-content/themes/twentytwentyfour/readme.txt +++ b/wp-content/themes/twentytwentyfour/readme.txt @@ -3,6 +3,7 @@ Contributors: wordpressdotorg Requires at least: 6.4 Tested up to: 6.4 Requires PHP: 7.0 +Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wp-content/themes/twentytwentyfour/style.css b/wp-content/themes/twentytwentyfour/style.css index 2a56fed4cd..6325914b1b 100644 --- a/wp-content/themes/twentytwentyfour/style.css +++ b/wp-content/themes/twentytwentyfour/style.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Twenty-Four -Theme URI: https://wordpress.org/themes/twentytwentyfour +Theme URI: https://wordpress.org/themes/twentytwentyfour/ Author: the WordPress team Author URI: https://wordpress.org Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7cc0cbec3d..a64c1e5e49 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-56998'; +$wp_version = '6.5-alpha-56999'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.