From 14558efa83abf567af12cb2c4391770df273bf91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Tue, 27 Oct 2020 21:23:07 +0000 Subject: [PATCH] PHPCS fixes after [49347]. See #51098. Built from https://develop.svn.wordpress.org/trunk@49349 git-svn-id: http://core.svn.wordpress.org/trunk@49109 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwenty/inc/block-patterns.php | 18 +++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wp-content/themes/twentytwenty/inc/block-patterns.php b/wp-content/themes/twentytwenty/inc/block-patterns.php index 6e6427bbd3..aab79a6609 100644 --- a/wp-content/themes/twentytwenty/inc/block-patterns.php +++ b/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' ) . '

', '', ) - ) + ), ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 87579be70a..81ef546761 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta1-49348'; +$wp_version = '5.6-beta1-49349'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.