From 6f18efba66a4f7696210302cfc29970611e62c24 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Jan 2021 19:53:14 +0000 Subject: [PATCH] Privacy: Clarify the "Contact information" heading in default privacy policy content. The section is intended to tell how to contact the website owners, and is not about the visitor's contact information. Props shital-patel, TylerTork, audrasjb. Fixes #52272. Built from https://develop.svn.wordpress.org/trunk@49956 git-svn-id: http://core.svn.wordpress.org/trunk@49655 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-privacy-policy-content.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-privacy-policy-content.php b/wp-admin/includes/class-wp-privacy-policy-content.php index d6d922c67b..3c78cdf6b9 100644 --- a/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/wp-admin/includes/class-wp-privacy-policy-content.php @@ -625,7 +625,7 @@ final class WP_Privacy_Policy_Content { $strings[] = '

' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '

'; /* translators: Default privacy policy heading. */ - $strings[] = '

' . __( 'Your contact information' ) . '

'; + $strings[] = '

' . __( 'Contact information' ) . '

'; if ( $description ) { /* translators: Privacy policy tutorial. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 780823b914..b3a9c38dfc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49955'; +$wp_version = '5.7-alpha-49956'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.