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.