diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php
index f380af6733..008ea30fcf 100644
--- a/wp-admin/options-privacy.php
+++ b/wp-admin/options-privacy.php
@@ -190,7 +190,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 709b885d96..cba61431f8 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.0-alpha-53155';
+$wp_version = '6.0-alpha-53156';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.