From 9fc09b2720db644f931e62e5fd6f455b237fc28e Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Thu, 30 Jan 2020 21:55:05 +0000 Subject: [PATCH] Fixes PHPCS Introduced in [47135]. There was extra whitespace in the previous commit, this removes it. See #48552 Built from https://develop.svn.wordpress.org/trunk@47139 git-svn-id: http://core.svn.wordpress.org/trunk@46939 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwenty/functions.php b/wp-content/themes/twentytwenty/functions.php index 1ce76a6f6d..5fe5f58e8a 100644 --- a/wp-content/themes/twentytwenty/functions.php +++ b/wp-content/themes/twentytwenty/functions.php @@ -121,7 +121,7 @@ function twentytwenty_theme_support() { // Add support for responsive embeds. add_theme_support( 'responsive-embeds' ); - + /* * Adds starter content to highlight the theme on fresh sites. * This is done conditionally to avoid loading the starter content on every diff --git a/wp-includes/version.php b/wp-includes/version.php index 5616807207..086e351cb7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47138'; +$wp_version = '5.4-alpha-47139'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.