Make WordPress Core

Changeset 43218


Ignore:
Timestamp:
05/10/2018 04:11:38 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Tweak Privacy Policy page intro text for clarity.

Props macbookandrew, allendav.
See #43933.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r43206 r43218  
    107107    <p>
    108108        <?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a privacy policy.' ); ?>
    109         <?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?>
     109        <?php _e( 'If you already have a privacy policy page, please select it below. If not, please create one.' ); ?>
    110110    </p>
    111111    <p>
     
    114114    </p>
    115115    <p>
    116         <?php _e( 'After your privacy policy page is set, we suggest that you edit it. On the edit page screen you will find additional privacy information added by your themes and plugins.' ); ?>
    117         <?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after an update. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
     116        <?php _e( 'After your privacy policy page is set, we suggest that you edit it.' ); ?>
     117        <?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
    118118    </p>
    119119    <?php
Note: See TracChangeset for help on using the changeset viewer.