From c0f41b5d3cb62979d5dd2f712840dc86ef5685ce Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 15 Oct 2020 15:24:57 +0000 Subject: [PATCH] Comments: Further remove unnecessary context switch in `Walker_Comment`. Follow-up to [49157]. See #51533. git-svn-id: https://develop.svn.wordpress.org/trunk@49160 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-walker-comment.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/class-walker-comment.php b/src/wp-includes/class-walker-comment.php index a43c73c11b..9df2d20b3b 100644 --- a/src/wp-includes/class-walker-comment.php +++ b/src/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 ) : ?>