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 @@