diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 3e48f937e7..4a2f279a94 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -40,10 +40,9 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_
+

-

- -

+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 42b595c03e..73e1212d0e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta2-44711'; +$wp_version = '5.1-beta2-44712'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.