From 35985cbf3880bca0ff3173ebbbf90c3a6ac6c142 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 15:00:01 +0000 Subject: [PATCH] Twenty Twenty: Remove redundant `echo` for `bloginfo()` call in `footer.php`. Props acosmin. Fixes #48918. Built from https://develop.svn.wordpress.org/trunk@46849 git-svn-id: http://core.svn.wordpress.org/trunk@46649 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/footer.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.