Privacy: Revise Privacy Policy page text to avoid misunderstanding.

The previous sentence was gramatically awkward, and using the term "compliance" could accidentally be mistaken by a site owner for a promise by WordPress that their site will be compliant after using the tool, which is not necessarily true.

Props idea15, allendav, azaozz, iandunn.
Merges [43131] to the 4.9 branch.
See #43435.
Built from https://develop.svn.wordpress.org/branches/4.9@43133


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-03 05:30:26 +00:00
parent 2878ae6271
commit 9db1397f08
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
<?php settings_errors(); ?>
<h2><?php _e( 'Privacy Policy page' ); ?></h2>
<p>
<?php _e( 'The first step towards privacy laws compliance is to have a comprehensive Privacy Policy.' ); ?>
<?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a privacy policy.' ); ?>
<?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>
</p>
<p>

View File

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