diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index b7aec5d1de..361cd2f47a 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -233,7 +233,7 @@ if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
printf(
/* translators: %s: Search query. */
__( 'Search results for: %s' ),
- '' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' . '' )
+ '' . wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' ) . ''
);
echo '';
}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index e192f38544..d1c0c06831 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.6-RC1-49694';
+$wp_version = '5.6-RC1-49706';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.