From a590a590a3b10a2134528ae50cabb373539d6e42 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 15:02:04 +0000 Subject: [PATCH] Twenty Twenty: Remove redundant `echo` for `bloginfo()` call in `footer.php`. Props acosmin. Merges [46849] to the 5.3 branch. Fixes #48918. Built from https://develop.svn.wordpress.org/branches/5.3@46850 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46650 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 5db6505819..66570443e3 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 b885ebb6a9..ffe6bb0f6c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3.1-alpha-46848'; +$wp_version = '5.3.1-alpha-46850'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.