diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 3bccac9a7b..92911db23a 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -73,7 +73,7 @@ if ( $comment->comment_post_ID > 0 ):
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index ee5d58f3a6..b49fc224f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35159'; +$wp_version = '4.4-alpha-35160'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.