diff --git a/src/wp-admin/freedoms.php b/src/wp-admin/freedoms.php index 4846b9b9ba..5b9564ecfd 100644 --- a/src/wp-admin/freedoms.php +++ b/src/wp-admin/freedoms.php @@ -85,7 +85,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; check out our trademark guidelines first.' ), + __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. The WordPress community is flattered every time someone spreads the good word, just make sure to check out the WordPress Foundation trademark guidelines first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?> diff --git a/src/wp-admin/includes/class-wp-privacy-policy-content.php b/src/wp-admin/includes/class-wp-privacy-policy-content.php index 04aee97aac..724a0dcf64 100644 --- a/src/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/src/wp-admin/includes/class-wp-privacy-policy-content.php @@ -333,7 +333,7 @@ final class WP_Privacy_Policy_Content { return; } - $message = __( 'Need help putting together your new Privacy Policy page? Check out our guide for recommendations on what content to include, along with policies suggested by your plugins and theme.' ); + $message = __( 'Need help putting together your new Privacy Policy page? Check out the guide for recommendations on what content to include, along with policies suggested by your plugins and theme.' ); $url = esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ); $label = __( 'View Privacy Policy Guide.' ); diff --git a/src/wp-admin/options-privacy.php b/src/wp-admin/options-privacy.php index 92de2ca9b9..33e59b4601 100644 --- a/src/wp-admin/options-privacy.php +++ b/src/wp-admin/options-privacy.php @@ -236,7 +236,7 @@ wp_admin_notice( } 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' ) ), '', '' diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 88d2975f17..813cea213d 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -26,7 +26,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';