From f51a70931c4ae9050f5227314cdab4804750c136 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Jan 2021 19:51:52 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@49956 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-privacy-policy-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-privacy-policy-content.php b/src/wp-admin/includes/class-wp-privacy-policy-content.php index d6d922c67b..3c78cdf6b9 100644 --- a/src/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/src/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. */