From cf7819cb0a88096699db36d1c75fd5f4b5011213 Mon Sep 17 00:00:00 2001 From: RichardStwart Date: Tue, 17 Jan 2023 21:34:12 +0000 Subject: [PATCH] Administration: Use a consistent capitalization in Privacy Policy related strings. This changeset fixes a few use case: - When referring to the Privacy Policy page, "Privacy Policy" should use capitalization on "Privacy Policy", but "page" should remain lowercase; - When referring to the fact that a website needs, let's say "a relevant privacy policy", "privacy policy" should stay lowercase. This changeset also updates other small capitalization issues. Props aravindajith, audrasjb, sarathar, nithi22, costdev. Fixes #57226. Built from https://develop.svn.wordpress.org/trunk@55082 git-svn-id: http://core.svn.wordpress.org/trunk@54615 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-privacy.php | 12 ++++++------ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index 008ea30fcf..8f2f6d6e36 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -181,16 +181,16 @@ static function( $body_class ) {

- +

- - + +

- +

Check out our Privacy Policy guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), + __( 'Need help putting together your new Privacy Policy page? Check out our privacy policy guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ), '', '' @@ -253,7 +253,7 @@ static function( $body_class ) {