From 856e2fcfb1baaef33bffa2a13a9913595216c486 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Wed, 27 Sep 2023 15:44:24 +0000 Subject: [PATCH] Text Changes: Remove empty space in Erase Personal Data help tab. Improves the text by removing an empty space at the end of a string within the "Default Data" help tab of the "Erase Personal Data". Props azharckra, kebbet, krupalpanchal, mukesh27. Follow-up to [53182]. Fixes #59473. Built from https://develop.svn.wordpress.org/trunk@56734 git-svn-id: http://core.svn.wordpress.org/trunk@56246 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/erase-personal-data.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.