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. See #43435. Built from https://develop.svn.wordpress.org/trunk@43131 git-svn-id: http://core.svn.wordpress.org/trunk@42960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0d2eb27a5d
commit
41d6b9dd79
|
@ -127,7 +127,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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43126';
|
||||
$wp_version = '5.0-alpha-43131';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue