diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 82d792fb3c..d47726204b 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -830,7 +830,7 @@ function _wp_personal_data_export_page() { -
+

@@ -914,7 +914,7 @@ function _wp_personal_data_removal_page() { - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 8c57c4fb4d..0f6bec7b4b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45148'; +$wp_version = '5.2-beta1-45149'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.