diff --git a/wp-content/themes/twentytwenty/footer.php b/wp-content/themes/twentytwenty/footer.php index 1269cd4aaf..ef9de5fbd9 100644 --- a/wp-content/themes/twentytwenty/footer.php +++ b/wp-content/themes/twentytwenty/footer.php @@ -25,7 +25,7 @@ _x( 'Y', 'copyright date format', 'twentytwenty' ) ); ?> - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f78a9ef72..155cb284c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46845'; +$wp_version = '5.4-alpha-46849'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.