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

Props idea15, xkon.
See #43435.
Built from https://develop.svn.wordpress.org/trunk@43053


git-svn-id: http://core.svn.wordpress.org/trunk@42882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-01 11:43:22 +00:00
parent 237df3367b
commit 5133e5131b
2 changed files with 7 additions and 6 deletions

View File

@ -129,13 +129,14 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
<p>
<?php _e( 'The first step towards privacy laws compliance is to have a comprehensive Privacy Policy.' ); ?>
<?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>
<?php _e( 'The new policy will include the suggested privacy text.' ); ?>
</p>
<p>
<?php _e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?>
<?php _e( 'On the edit page screen you will find additional privacy information added by your plugins.' ); ?>
<?php _e( 'We would also suggest reviewing your privacy policy from time to time, after a WordPress or a plugin update.' ); ?>
<?php _e( 'There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
<?php _e( 'The new page will include help and suggestions for your privacy policy.' ); ?>
<?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.' ); ?>
</p>
<p>
<?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.' ); ?>
<?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.' ); ?>
</p>
<?php
if ( $privacy_policy_page_exists ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43052';
$wp_version = '5.0-alpha-43053';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.