Make WordPress Core

Ticket #43865: 43865.2.diff

File 43865.2.diff, 4.4 KB (added by xkon, 7 years ago)
  • src/wp-admin/css/common.css

     
    12861286        float: none;
    12871287}
    12881288
     1289/*
     1290* Privacy Policy settings for large screen
     1291*/
     1292.tools-privacy-description {
     1293        max-width: 70%;
     1294}
     1295
    12891296@media only screen and (max-width: 1120px) {
    12901297        .filter-drawer {
    12911298                border-bottom: 1px solid #eee;
     
    13061313        .filter-items {
    13071314                float: none;
    13081315        }
     1316       
     1317        /*
     1318        * Privacy Policy settings for normal screen
     1319        */
     1320        .tools-privacy-description {
     1321                max-width: 100%;
     1322        }
    13091323
    13101324        .wp-filter .media-toolbar-primary,
    13111325        .wp-filter .media-toolbar-secondary,
  • src/wp-admin/menu.php

     
    256256        $submenu['tools.php'][5]  = array( __( 'Available Tools' ), 'edit_posts', 'tools.php' );
    257257        $submenu['tools.php'][10] = array( __( 'Import' ), 'import', 'import.php' );
    258258        $submenu['tools.php'][15] = array( __( 'Export' ), 'export', 'export.php' );
    259         $submenu['tools.php'][20] = array( __( 'Privacy' ), 'manage_options', 'privacy.php' );
     259        $submenu['tools.php'][20] = array( __( 'Privacy Policy Page' ), 'manage_options', 'privacy.php' );
    260260if ( is_multisite() && ! is_main_site() ) {
    261261        $submenu['tools.php'][25] = array( __( 'Delete Site' ), 'delete_site', 'ms-delete-site.php' );
    262262}
  • src/wp-admin/privacy.php

     
    105105get_current_screen()->add_help_tab( array(
    106106        'id'      => 'privacy',
    107107        'title'   => __( 'Privacy' ),
    108         'content' => '<p>' . __( 'This page provides tools with which you can manage your user&#8217;s personal data and site&#8217;s privacy policy.' ) . '</p>',
     108        'content' => '<p>' . __( 'This page provides tools to create or select your site&#8217;s Privacy Policy Page.' ) . '</p>',
    109109) );
    110110
    111111get_current_screen()->set_help_sidebar(
     
    117117
    118118?>
    119119<div class="wrap">
    120         <h1><?php _e( 'Privacy Tools' ); ?></h1>
     120        <h1><?php _e( 'Privacy Policy Page' ); ?></h1>
    121121        <?php settings_errors(); ?>
    122         <h2><?php _e( 'Privacy Policy page' ); ?></h2>
     122        <p class="tools-privacy-description">
     123                <?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.' ); ?>
     124        </p>
     125        <p class="tools-privacy-description">
     126                <?php _e( 'If you already have a Privacy Policy Page or want to create a new one, please use one of the options below.' ); ?>
     127        </p>
    123128        <p>
    124                 <?php _e( 'The first step towards privacy laws compliance is to have a comprehensive Privacy Policy.' ); ?>
    125                 <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>
    126                 <?php _e( 'The new policy will include the suggested privacy text.' ); ?>
     129                <?php _e( 'The new page will include headings and suggestions for your Privacy Policy text.' ); ?>
    127130        </p>
    128131        <p>
    129                 <?php _e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?>
    130                 <?php _e( 'On the edit page screen you will find additional privacy information added by your plugins.' ); ?>
    131                 <?php _e( 'We would also suggest reviewing your privacy policy from time to time, after a WordPress or a plugin update.' ); ?>
    132                 <?php _e( 'There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
     132                <?php _e( 'However, it is your responsibility to use those tools and resources correctly, to provide the information that your Privacy Policy requires, and to keep that information current and accurate.' ); ?>
    133133        </p>
    134134        <?php
    135135        if ( $privacy_policy_page_exists ) {
     
    147147                        <?php
    148148                        printf(
    149149                                // translators: %1$s URL to Edit Page, %2$s URL to View Page
    150                                 __( '<a href="%1$s">Edit</a> or <a href="%2$s">view</a> your privacy policy page content.' ),
     150                                __( '<a href="%1$s">Edit</a> or <a href="%2$s">view</a> your Privacy Policy Page content.' ),
    151151                                $edit_href,
    152152                                $view_href
    153153                        );
     
    156156                <?php
    157157        }
    158158        ?>
    159         <hr>
    160159        <table class="form-table tools-privacy-policy-page">
    161160                <tr>
    162161                        <th scope="row">