From 6459b593753c78407bd3bf4764795a4278212506 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 9 Nov 2021 08:00:32 -0500 Subject: [PATCH 1/2] Make "ABOUT US" use the Gutenberg text case setting --- inc/patterns/footer-about-title-logo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/patterns/footer-about-title-logo.php b/inc/patterns/footer-about-title-logo.php index ea35b054..11d50be4 100644 --- a/inc/patterns/footer-about-title-logo.php +++ b/inc/patterns/footer-about-title-logo.php @@ -9,8 +9,8 @@ 'content' => '
-
-

' . esc_html__( 'ABOUT US', 'twentytwentytwo' ) . '

+
+

' . esc_html__( 'About us', 'twentytwentytwo' ) . '

From 3b11c0d4dcd2f8400df90ddb069343ed33141662 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 9 Nov 2021 08:42:27 -0500 Subject: [PATCH 2/2] Fix two more instances of all-caps text. --- inc/patterns/footer-blog.php | 4 ++-- inc/patterns/general-featured-posts.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/patterns/footer-blog.php b/inc/patterns/footer-blog.php index b20495ef..bd5a686b 100644 --- a/inc/patterns/footer-blog.php +++ b/inc/patterns/footer-blog.php @@ -19,8 +19,8 @@ -
-

' . esc_html__( 'LATEST POSTS', 'twentytwentytwo' ) . '

+
+

' . esc_html__( 'LATEST POSTS', 'twentytwentytwo' ) . '

diff --git a/inc/patterns/general-featured-posts.php b/inc/patterns/general-featured-posts.php index 6d8e5633..3ec2654d 100644 --- a/inc/patterns/general-featured-posts.php +++ b/inc/patterns/general-featured-posts.php @@ -6,8 +6,8 @@ 'title' => __( 'Featured posts', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo-general' ), 'content' => ' -
-

' . esc_html__( 'LATEST POSTS', 'twentytwentytwo' ) . '

+
+

' . esc_html__( 'LATEST POSTS', 'twentytwentytwo' ) . '