From e3fc05220b57507ffca16cbd1e94617056f7f221 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sun, 14 Jan 2024 10:42:58 +0000 Subject: [PATCH] Bundled Themes: Add missing text domain to various block patterns. This changeset adds missing text domain to block patterns in Twenty Sixteen, Twenty Seventeen and Twenty Twenty-Four. Follow-up to [49583] (Twenty Sixteen), [49584] (Twenty Seventeen) and [56716] (Twenty Twenty-Four.) Props shailu25, sabernhardt. Fixes #60245. git-svn-id: https://develop.svn.wordpress.org/trunk@57281 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/inc/block-patterns.php | 2 +- src/wp-content/themes/twentysixteen/inc/block-patterns.php | 2 +- .../themes/twentytwentyfour/patterns/hidden-portfolio-hero.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php index cc8c1aad4f..69946d1a47 100644 --- a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php +++ b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php @@ -131,7 +131,7 @@ if ( function_exists( 'register_block_pattern' ) ) {

' . __( 'Strategy', 'twentyseventeen' ) . '

-

' . __( 'See Case Study' ) . ' →

+

' . __( 'See Case Study', 'twentysixteen' ) . ' →

diff --git a/src/wp-content/themes/twentysixteen/inc/block-patterns.php b/src/wp-content/themes/twentysixteen/inc/block-patterns.php index f5868cd716..e4fc5ca4cf 100644 --- a/src/wp-content/themes/twentysixteen/inc/block-patterns.php +++ b/src/wp-content/themes/twentysixteen/inc/block-patterns.php @@ -54,7 +54,7 @@ if ( function_exists( 'register_block_pattern' ) ) { -

' . esc_html__( 'Twenty Sixteen' ) . '

+

' . esc_html__( 'Twenty Sixteen', 'twentysixteen' ) . '

diff --git a/src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php b/src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php index 29e6abc9f3..b0922d2ec2 100644 --- a/src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php +++ b/src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php @@ -13,7 +13,7 @@
-

Leia Acosta, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.' ) ); ?>

+

Leia Acosta, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'twentytwentyfour ' ) ); ?>