From 784367f816b4d4358f598b78045369589dd37803 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sat, 5 Feb 2022 07:58:25 +0000 Subject: [PATCH] Twenty Twenty-Two: Fix headings consistency in Pricing table pattern. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change fixes a consistency issue where "Pigeon" was a h3, while "Sparrow" and "Falcon" were h2. Let's treat these birds equally 🐦 Props kjellr, jffng. Fixes #54929. git-svn-id: https://develop.svn.wordpress.org/trunk@52681 602fd350-edb4-49c9-b593-d223f7449a82 --- .../inc/patterns/general-pricing-table.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php index f9898a7351..b385eddf25 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php @@ -43,8 +43,8 @@ return array(

' . esc_html( _x( '2', 'Second item in a numbered list.', 'twentytwentytwo' ) ) . '

- -

' . esc_html__( 'Sparrow', 'twentytwentytwo' ) . '

+ +

' . esc_html__( 'Sparrow', 'twentytwentytwo' ) . '

@@ -71,8 +71,8 @@ return array(

' . esc_html( _x( '3', 'Third item in a numbered list.', 'twentytwentytwo' ) ) . '

- -

' . esc_html__( 'Falcon', 'twentytwentytwo' ) . '

+ +

' . esc_html__( 'Falcon', 'twentytwentytwo' ) . '