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.