Make WordPress Core

Ticket #43435: 43435.7.diff

File 43435.7.diff, 2.2 KB (added by xkon, 7 years ago)
  • src/wp-admin/privacy.php

     
    126126        <h1><?php _e( 'Privacy Tools' ); ?></h1>
    127127        <?php settings_errors(); ?>
    128128        <h2><?php _e( 'Privacy Policy page' ); ?></h2>
    129         <p>
    130                 <?php _e( 'The first step towards privacy laws compliance is to have a comprehensive Privacy Policy.' ); ?>
    131                 <?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.' ); ?>
    133         </p>
    134         <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.' ); ?>
    139         </p>
     129        <p><?php _e( 'If your website collects or processes personal data about people within the European Union, you will need to display a Privacy Policy which conforms with the requirements of European data protection law as well as the expectations of your European users.' ); ?></p>
     130        <p><?php _e( 'Please use one of the options below if you already have a Privacy Policy Page or want to create a new one.' ); ?>
     131        <p><?php _e( 'After your Privacy Policy page is created or selected, you will be able to manually edit it. The page will include headings, suggestions, plugin and theme details to help you capture all the information you need.' ); ?>
     132        <p><?php _e( 'However, it is your responsibility to use those resources correctly, to provide the information that your privacy notice requires, and to keep that information current and accurate.' ); ?></p>
    140133        <?php
    141134        if ( $privacy_policy_page_exists ) {
    142135                $edit_href = add_query_arg(
     
    204197                                        </span>
    205198                                        <?php
    206199                                        wp_nonce_field( 'create-privacy-page' );
    207        
    208200                                        submit_button( __( 'Create New Page' ), 'primary', 'submit', false, array( 'id' => 'create-page' ) );
    209201                                        ?>
    210202                                </form>