From 2cbaf20dcdf9cc539dabf94d2ce023c47c63de64 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 27 Oct 2020 22:12:37 +0000 Subject: [PATCH] Twenty Twenty: Correct some textdomains in block patterns. Props justinahinon. Fixes #51648. See #51098. git-svn-id: https://develop.svn.wordpress.org/trunk@49352 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/inc/block-patterns.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/inc/block-patterns.php b/src/wp-content/themes/twentytwenty/inc/block-patterns.php index aab79a6609..8352b2e200 100644 --- a/src/wp-content/themes/twentytwenty/inc/block-patterns.php +++ b/src/wp-content/themes/twentytwenty/inc/block-patterns.php @@ -115,17 +115,17 @@ if ( function_exists( 'register_block_pattern' ) ) { '
', '
', '
', - '

' . wp_kses_post( __( 'Dates
Aug 1 — Dec 1', 'twentytwentyone' ) ) . '

', + '

' . wp_kses_post( __( 'Dates
Aug 1 — Dec 1', 'twentytwenty' ) ) . '

', '
', '', '', '
', - '

' . wp_kses_post( __( 'Location
Exhibit Hall B', 'twentytwentyone' ) ) . '

', + '

' . wp_kses_post( __( 'Location
Exhibit Hall B', 'twentytwenty' ) ) . '

', '
', '', '', '
', - '

' . wp_kses_post( __( 'Price
Included', 'twentytwentyone' ) ) . '

', + '

' . wp_kses_post( __( 'Price
Included', 'twentytwenty' ) ) . '

', '
', '
', '
',