diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 74b7c9b8cf..558ff24970 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -1530,7 +1530,7 @@ class WP_Privacy_Data_Export_Requests_Table extends WP_Privacy_Requests_Table { $download_data_markup .= '' . '' . '' . - ''; + ''; $download_data_markup .= ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index 1634e658c0..607d2e96c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta3-45193'; +$wp_version = '5.2-beta3-45194'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.