diff --git a/wp-admin/erase-personal-data.php b/wp-admin/erase-personal-data.php index b79b34fc12..d841839fd2 100644 --- a/wp-admin/erase-personal-data.php +++ b/wp-admin/erase-personal-data.php @@ -52,7 +52,7 @@ get_current_screen()->add_help_tab( 'title' => __( 'Plugin Data' ), 'content' => '

' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Erase Personal Data request should delete data from plugins as well.' ) . '

' . - '

' . __( 'Plugin authors can learn more about how to add support for the Personal Data Eraser to a plugin here.' ) . '

' . + '

' . __( 'Plugin authors can learn more about how to add support for the Personal Data Eraser to a plugin here.' ) . '

' . $privacy_policy_guide, ) ); diff --git a/wp-admin/export-personal-data.php b/wp-admin/export-personal-data.php index e1f4fd255f..a184271c98 100644 --- a/wp-admin/export-personal-data.php +++ b/wp-admin/export-personal-data.php @@ -35,7 +35,7 @@ get_current_screen()->add_help_tab( '

' . __( '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 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.' ) . '

' . - '

' . __( 'Comments — For any comments made by the user, Email Address, IP Address, User Agent (Browser/OS), Date/Time, Comment Content, and Content URL. ' ) . '

' . + '

' . __( 'Comments — For any comments made by the user, Email Address, IP Address, User Agent (Browser/OS), Date/Time, Comment Content, and Content URL.' ) . '

' . '

' . __( 'Media — A list of URLs for all media file uploads made by the user.' ) . '

', ) ); @@ -52,7 +52,7 @@ get_current_screen()->add_help_tab( 'title' => __( 'Plugin Data' ), 'content' => '

' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Export Personal Data request should include data from plugins as well.' ) . '

' . - '

' . __( 'Plugin authors can learn more about how to add the Personal Data Exporter to a plugin here.' ) . '

' . + '

' . __( 'Plugin authors can learn more about how to add the Personal Data Exporter to a plugin here.' ) . '

' . $privacy_policy_guide, ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 53bc05faaf..3a705494cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta3-50397'; +$wp_version = '5.7-beta3-50398'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.