From c7d43b7f57c875de65d4b0430ffd624c974aafb4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 15 Oct 2020 15:07:09 +0000 Subject: [PATCH] Comments: Remove extra space from the comment link in `Walker_Comment`. Props poena, mukesh27, SergeyBiryukov. See #51533. Built from https://develop.svn.wordpress.org/trunk@49157 git-svn-id: http://core.svn.wordpress.org/trunk@48919 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-comment.php | 42 ++++++++++++++++++---------- wp-includes/version.php | 2 +- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index 92115714ad..a43c73c11b 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -333,15 +333,21 @@ class Walker_Comment extends Walker {
-
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 75e2a54804..c60a23b80b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49156'; +$wp_version = '5.6-alpha-49157'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.