From 7daf3c4187d5c653be485f89c1c722f8dab2da61 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 27 Oct 2020 21:21:33 +0000 Subject: [PATCH] PHPCS fixes after [49347]. See #51098. git-svn-id: https://develop.svn.wordpress.org/trunk@49349 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentytwenty/inc/block-patterns.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/inc/block-patterns.php b/src/wp-content/themes/twentytwenty/inc/block-patterns.php index 6e6427bbd3..aab79a6609 100644 --- a/src/wp-content/themes/twentytwenty/inc/block-patterns.php +++ b/src/wp-content/themes/twentytwenty/inc/block-patterns.php @@ -50,7 +50,7 @@ if ( function_exists( 'register_block_pattern' ) ) { '', '', ) - ) + ), ) ); @@ -61,7 +61,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'title' => esc_html__( 'Double Call to Action', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, - 'content' => implode( + 'content' => implode( '', array( '', @@ -97,7 +97,7 @@ if ( function_exists( 'register_block_pattern' ) ) { '', '', ) - ) + ), ) ); @@ -108,7 +108,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'title' => esc_html__( 'Event Details', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, - 'content' => implode( + 'content' => implode( '', array( '', @@ -131,7 +131,7 @@ if ( function_exists( 'register_block_pattern' ) ) { '', '', ) - ) + ), ) ); @@ -142,7 +142,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'title' => esc_html__( 'Featured Content', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, - 'content' => implode( + 'content' => implode( '', array( '', @@ -176,7 +176,7 @@ if ( function_exists( 'register_block_pattern' ) ) { '', '', ) - ) + ), ) ); @@ -187,7 +187,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'title' => esc_html__( 'Introduction', 'twentytwenty' ), 'categories' => array( 'twentytwenty' ), 'viewportWidth' => 1400, - 'content' => implode( + 'content' => implode( '', array( '', @@ -197,7 +197,7 @@ if ( function_exists( 'register_block_pattern' ) ) { '

' . esc_html__( 'With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political, and philosophical issues are intrinsic to our program. As visitor, you are invited to guided tours artist talks, lectures, film screenings, and other events with free admission.', 'twentytwenty' ) . '

', '', ) - ) + ), ) ); }