diff --git a/wp-admin/erase-personal-data.php b/wp-admin/erase-personal-data.php index 0d2d96af45..9a17c2b346 100644 --- a/wp-admin/erase-personal-data.php +++ b/wp-admin/erase-personal-data.php @@ -34,7 +34,7 @@ get_current_screen()->add_help_tab( 'id' => 'default-data', 'title' => __( 'Default Data' ), 'content' => - '
' . __( 'WordPress collects (but never publishes) a limited amount of data from logged-in users but then deletes it or anonymizes it. That data can include: ' ) . '
' . + '' . __( 'WordPress collects (but never publishes) a limited amount of data from logged-in users but then deletes it or anonymizes it. That data can include:' ) . '
' . '' . __( 'Profile Information — user email address, username, display name, nickname, first name, last name, description/bio, and registration date.' ) . '
' . '' . __( 'Community Events Location — The IP Address of the user which is used for the Upcoming Community Events shown in the dashboard widget.' ) . '
' . '' . __( 'Session Tokens — User login information, IP Addresses, Expiration Date, User Agent (Browser/OS), and Last Login.' ) . '
' . diff --git a/wp-includes/version.php b/wp-includes/version.php index a1da7f5ef3..ac1188db13 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta1-56733'; +$wp_version = '6.4-beta1-56734'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.