Privacy: Uncapitalize "privacy policy" when used in a sentence.

In these contexts, "privacy policy" is not a proper noun, and therefore should not be capitalized.

The remaining uses are page titles and section headers, where capitalization is appropriate.

Props idea15, garrett-eclipse, allendav.
Merges [43132] to the 4.9 branch.
Fixes #43435.
Built from https://develop.svn.wordpress.org/branches/4.9@43134


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

View File

@ -60,7 +60,7 @@ if ( ! empty( $action ) ) {
'page_for_privacy_policy',
sprintf(
/* translators: %s: URL to edit Privacy Policy page */
__( 'Your Privacy Policy page created successfully. You&#8217;ll want to <a href="%s">review and edit your policy</a> next.' ),
__( 'Your privacy policy page created successfully. You&#8217;ll want to <a href="%s">review and edit your policy</a> next.' ),
'post.php?post=' . $privacy_policy_page_id . '&action=edit'
),
'updated'
@ -122,14 +122,14 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
<h2><?php _e( 'Privacy Policy page' ); ?></h2>
<p>
<?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.' ); ?>
<?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?>
</p>
<p>
<?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( '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

View File

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