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
This commit is contained in:
parent
b78819c3fa
commit
9fc09b2720
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue