From f0ac0275e8002ce7179209c811ed49635d277eac Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 15 Oct 2020 15:26:05 +0000 Subject: [PATCH] Comments: Further remove unnecessary context switch in `Walker_Comment`. Follow-up to [49157]. See #51533. Built from https://develop.svn.wordpress.org/trunk@49160 git-svn-id: http://core.svn.wordpress.org/trunk@48922 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-comment.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index a43c73c11b..9df2d20b3b 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -345,9 +345,9 @@ class Walker_Comment extends Walker { get_comment_time() ) ); - ?> - + edit_comment_link( __( '(Edit)' ), '   ', '' ); + ?> - ', '' ); ?> + edit_comment_link( __( 'Edit' ), ' ', '' ); + ?> comment_approved ) : ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index a5717d842c..b0560c4a79 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49159'; +$wp_version = '5.6-alpha-49160'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.