diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-admin/options-privacy.php --- a/wp/wp-admin/options-privacy.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-admin/options-privacy.php Fri Sep 05 18:52:52 2025 +0200 @@ -236,7 +236,7 @@ } printf( /* translators: 1: Privacy Policy guide URL, 2: Additional link attributes, 3: Accessibility text. */ - __( '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.' ), + __( 'Need help putting together your new Privacy Policy page? Check out the 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' ) ), '', ''