Make WordPress Core

Changeset 49956


Ignore:
Timestamp:
01/11/2021 07:51:52 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r49539 r49956  
    626626
    627627                /* translators: Default privacy policy heading. */
    628                 $strings[] = '<h2>' . __( 'Your contact information' ) . '</h2>';
     628                $strings[] = '<h2>' . __( 'Contact information' ) . '</h2>';
    629629
    630630                if ( $description ) {
Note: See TracChangeset for help on using the changeset viewer.