mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-29 12:37:57 +01:00
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:
parent
2878ae6271
commit
9db1397f08
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user