Make WordPress Core

Changeset 43053


Ignore:
Timestamp:
05/01/2018 11:42:18 AM (7 years ago)
Author:
azaozz
Message:

Privacy: fix and improve the help text about adding a privacy policy page.

Props idea15, xkon.
See #43435.

File:
1 edited

Legend:

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

    r43044 r43053  
    130130        <?php _e( 'The first step towards privacy laws compliance is to have a comprehensive Privacy Policy.' ); ?>
    131131        <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>
    132         <?php _e( 'The new policy will include the suggested privacy text.' ); ?>
    133132    </p>
    134133    <p>
    135         <?php _e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?>
    136         <?php _e( 'On the edit page screen you will find additional privacy information added by your plugins.' ); ?>
    137         <?php _e( 'We would also suggest reviewing your privacy policy from time to time, after a WordPress or a plugin update.' ); ?>
    138         <?php _e( 'There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
     134        <?php _e( 'The new page will include help and suggestions for your privacy policy.' ); ?>
     135        <?php _e( 'However, it is your responsibility to use those resources correctly, to provide the information that your privacy policy requires, and to keep that information current and accurate.' ); ?>
     136    </p>
     137    <p>
     138        <?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.' ); ?>
     139        <?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.' ); ?>
    139140    </p>
    140141    <?php
Note: See TracChangeset for help on using the changeset viewer.