mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
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
This commit is contained in:
parent
6aca60d33a
commit
f51a70931c
@ -625,7 +625,7 @@ final class WP_Privacy_Policy_Content {
|
||||
$strings[] = '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
|
||||
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'Your contact information' ) . '</h2>';
|
||||
$strings[] = '<h2>' . __( 'Contact information' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: Privacy policy tutorial. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user