Ticket #43865: 43865.2.diff
File 43865.2.diff, 4.4 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/common.css
1286 1286 float: none; 1287 1287 } 1288 1288 1289 /* 1290 * Privacy Policy settings for large screen 1291 */ 1292 .tools-privacy-description { 1293 max-width: 70%; 1294 } 1295 1289 1296 @media only screen and (max-width: 1120px) { 1290 1297 .filter-drawer { 1291 1298 border-bottom: 1px solid #eee; … … 1306 1313 .filter-items { 1307 1314 float: none; 1308 1315 } 1316 1317 /* 1318 * Privacy Policy settings for normal screen 1319 */ 1320 .tools-privacy-description { 1321 max-width: 100%; 1322 } 1309 1323 1310 1324 .wp-filter .media-toolbar-primary, 1311 1325 .wp-filter .media-toolbar-secondary, -
src/wp-admin/menu.php
256 256 $submenu['tools.php'][5] = array( __( 'Available Tools' ), 'edit_posts', 'tools.php' ); 257 257 $submenu['tools.php'][10] = array( __( 'Import' ), 'import', 'import.php' ); 258 258 $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' ); 260 260 if ( is_multisite() && ! is_main_site() ) { 261 261 $submenu['tools.php'][25] = array( __( 'Delete Site' ), 'delete_site', 'ms-delete-site.php' ); 262 262 } -
src/wp-admin/privacy.php
105 105 get_current_screen()->add_help_tab( array( 106 106 'id' => 'privacy', 107 107 'title' => __( 'Privacy' ), 108 'content' => '<p>' . __( 'This page provides tools with which you can manage your user’s personal data and site’s privacy policy.' ) . '</p>',108 'content' => '<p>' . __( 'This page provides tools to create or select your site’s Privacy Policy Page.' ) . '</p>', 109 109 ) ); 110 110 111 111 get_current_screen()->set_help_sidebar( … … 117 117 118 118 ?> 119 119 <div class="wrap"> 120 <h1><?php _e( 'Privacy Tools' ); ?></h1>120 <h1><?php _e( 'Privacy Policy Page' ); ?></h1> 121 121 <?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> 123 128 <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.' ); ?> 127 130 </p> 128 131 <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.' ); ?> 133 133 </p> 134 134 <?php 135 135 if ( $privacy_policy_page_exists ) { … … 147 147 <?php 148 148 printf( 149 149 // 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.' ), 151 151 $edit_href, 152 152 $view_href 153 153 ); … … 156 156 <?php 157 157 } 158 158 ?> 159 <hr>160 159 <table class="form-table tools-privacy-policy-page"> 161 160 <tr> 162 161 <th scope="row">