From 9b539b65bf8ed5e7db9eeda070528992393a147c Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 24 Oct 2023 14:04:13 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@56999 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentytwentyfour/functions.php | 8 +++----- .../patterns/cta-services-image-left.php | 4 ++-- .../twentytwentyfour/patterns/text-faq.php | 20 +++++++++---------- .../themes/twentytwentyfour/readme.txt | 1 + .../themes/twentytwentyfour/style.css | 2 +- 5 files changed, 17 insertions(+), 18 deletions(-) diff --git a/src/wp-content/themes/twentytwentyfour/functions.php b/src/wp-content/themes/twentytwentyfour/functions.php index a7c7ad1975..443035f384 100644 --- a/src/wp-content/themes/twentytwentyfour/functions.php +++ b/src/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/src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php b/src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php index 0ceed99ab6..87f3c9f3d7 100644 --- a/src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php +++ b/src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php @@ -7,8 +7,8 @@ */ ?> - -
+ +
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/text-faq.php b/src/wp-content/themes/twentytwentyfour/patterns/text-faq.php index 284e895c65..9ebe08b77b 100644 --- a/src/wp-content/themes/twentytwentyfour/patterns/text-faq.php +++ b/src/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/src/wp-content/themes/twentytwentyfour/readme.txt b/src/wp-content/themes/twentytwentyfour/readme.txt index c3e2a56f29..31d3bcf985 100644 --- a/src/wp-content/themes/twentytwentyfour/readme.txt +++ b/src/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/src/wp-content/themes/twentytwentyfour/style.css b/src/wp-content/themes/twentytwentyfour/style.css index 2a56fed4cd..6325914b1b 100644 --- a/src/wp-content/themes/twentytwentyfour/style.css +++ b/src/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.