diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php
index 1267bdebc7..501aba3b14 100644
--- a/wp-admin/includes/user.php
+++ b/wp-admin/includes/user.php
@@ -1361,7 +1361,7 @@ abstract class WP_Privacy_Requests_Table extends WP_List_Table {
public function single_row( $item ) {
$status = $item->status;
- echo '
';
+ echo '
';
$this->single_row_columns( $item );
echo '
';
}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9aff0b53fc..61fc6c8c43 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.0-alpha-43189';
+$wp_version = '5.0-alpha-43191';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.