From 103d0deb8943e6ec62293b54f2691112055c143e Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Fri, 5 Apr 2024 20:46:15 +0000 Subject: [PATCH] Twenty Twenty-Four: Fixes typo in testimonial pattern. There was a small typo which was in a string context only visible to translators for the testimonial pattern. This fixes that. Props shailu25, SergeyBiryukov. Fixes #60924. Built from https://develop.svn.wordpress.org/trunk@57932 git-svn-id: http://core.svn.wordpress.org/trunk@57433 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwentyfour/patterns/testimonial-centered.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php b/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php index 8e63924b28..0f07d57c1f 100644 --- a/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php +++ b/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php @@ -8,7 +8,7 @@ */ ?> - +
diff --git a/wp-includes/version.php b/wp-includes/version.php index fad2db4c3f..c1f108ca4d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57931'; +$wp_version = '6.6-alpha-57932'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.