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' ) . '
', '', ) - ) + ), ) ); }