diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php
index e043908c30..37349ccaef 100644
--- a/wp-admin/edit-form-comment.php
+++ b/wp-admin/edit-form-comment.php
@@ -30,7 +30,11 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 405a03165b..3cb4664801 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.0-alpha-43286';
+$wp_version = '5.0-alpha-43290';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.