From 267d4ef5a5752f76d687941e32d60233a78d74ff Mon Sep 17 00:00:00 2001 From: iandunn Date: Thu, 3 May 2018 00:18:21 +0000 Subject: [PATCH] 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. Fixes #43435. Built from https://develop.svn.wordpress.org/trunk@43132 git-svn-id: http://core.svn.wordpress.org/trunk@42961 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/privacy.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index 4deb4443c6..47dced44b6 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -66,7 +66,7 @@ if ( ! empty( $action ) ) { 'page_for_privacy_policy', sprintf( /* translators: %s: URL to edit Privacy Policy page */ - __( 'Your Privacy Policy page created successfully. You’ll want to review and edit your policy next.' ), + __( 'Your privacy policy page created successfully. You’ll want to review and edit your policy next.' ), 'post.php?post=' . $privacy_policy_page_id . '&action=edit' ), 'updated' @@ -128,14 +128,14 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );

- +

- +