diff --git a/wp-admin/comment.php b/wp-admin/comment.php
index c961d1cbb2..ffca93ef88 100644
--- a/wp-admin/comment.php
+++ b/wp-admin/comment.php
@@ -212,7 +212,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved
|
- comment_content; ?>
+
comment_ID}" ); ?>">
|
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b4fb3661ad..e8e98a4a91 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.5-RC1-37157';
+$wp_version = '4.5-RC1-37158';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.