diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index efbb499d12..e627953001 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -1351,7 +1351,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 b41e6bd8ba..69d267589f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.6-beta1-43171'; +$wp_version = '4.9.6-beta1-43173'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.