From 97b29cdca7aed39713c06d1814f4c34dc03611c7 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Thu, 5 Jun 2025 11:00:24 +0200 Subject: [PATCH] Update "Call to Action" to "Call to action". --- .../themes/twentysixteen/inc/block-patterns.php | 2 +- src/wp-content/themes/twentytwenty/inc/block-patterns.php | 8 ++++---- .../patterns/text-title-left-image-right.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wp-content/themes/twentysixteen/inc/block-patterns.php b/src/wp-content/themes/twentysixteen/inc/block-patterns.php index e4fc5ca4cfafa..adfe6931fd58c 100644 --- a/src/wp-content/themes/twentysixteen/inc/block-patterns.php +++ b/src/wp-content/themes/twentysixteen/inc/block-patterns.php @@ -119,7 +119,7 @@ register_block_pattern( 'twentysixteen/call-to-action', array( - 'title' => __( 'Call to Action', 'twentysixteen' ), + 'title' => __( 'Call to action', 'twentysixteen' ), 'categories' => array( 'twentysixteen' ), 'content' => ' diff --git a/src/wp-content/themes/twentytwenty/inc/block-patterns.php b/src/wp-content/themes/twentytwenty/inc/block-patterns.php index 7fbf339a04505..018608ada408a 100644 --- a/src/wp-content/themes/twentytwenty/inc/block-patterns.php +++ b/src/wp-content/themes/twentytwenty/inc/block-patterns.php @@ -26,11 +26,11 @@ */ if ( function_exists( 'register_block_pattern' ) ) { - // Call to Action. + // Call to action. register_block_pattern( 'twentytwenty/call-to-action', array( - 'title' => esc_html__( 'Call to Action', 'twentytwenty' ), + 'title' => esc_html__( 'Call to action', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( @@ -54,11 +54,11 @@ ) ); - // Double Call to Action. + // Double call to action. register_block_pattern( 'twentytwenty/double-call-to-action', array( - 'title' => esc_html__( 'Double Call to Action', 'twentytwenty' ), + 'title' => esc_html__( 'Double Call to action', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, 'content' => implode( diff --git a/src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php b/src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php index cfcbf6dfc1260..405217fddb019 100644 --- a/src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php +++ b/src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php @@ -32,7 +32,7 @@
- +