diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 5feb0b89ac..4e9a836917 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -1392,7 +1392,7 @@ class WP_Privacy_Data_Export_Requests_Table extends WP_Privacy_Requests_Table { '">'; ?> - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 496fed23a6..30f7ad1a22 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43170'; +$wp_version = '5.0-alpha-43172'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.