diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 7895be6c5e..9bfcd2ee25 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -214,7 +214,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 66e1181789..c628828e7b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36172'; +$wp_version = '4.5-alpha-36173'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.