Skip to content

Commit 313e123

Browse files
committed
Administration: Clarify some references to "we" and "our" in the administration area.
This changes some text to better match the guidelines and recommendations set forth in the make/core handbook, specifically: > the word “we” should be avoided (...) unless its made very clear which group is speaking Fixes #62295 git-svn-id: https://develop.svn.wordpress.org/trunk@59667 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2dd8ce2 commit 313e123

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/wp-admin/freedoms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<?php
8686
printf(
8787
/* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
88-
__( '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. We are flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ),
88+
__( '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 <a href="%s">check out the WordPress Foundation trademark guidelines</a> first.' ),
8989
'https://wordpressfoundation.org/trademark-policy/'
9090
);
9191
?>

src/wp-admin/includes/class-wp-privacy-policy-content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public static function notice( $post = null ) {
333333
return;
334334
}
335335

336-
$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.' );
336+
$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.' );
337337
$url = esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) );
338338
$label = __( 'View Privacy Policy Guide.' );
339339

src/wp-admin/options-privacy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ static function ( $body_class ) {
236236
}
237237
printf(
238238
/* translators: 1: Privacy Policy guide URL, 2: Additional link attributes, 3: Accessibility text. */
239-
__( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our privacy policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
239+
__( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out the privacy policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
240240
esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ),
241241
'',
242242
''

src/wp-admin/privacy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</div>
2727

2828
<div class="about__header-text">
29-
<?php _e( 'We take privacy and transparency very seriously' ); ?>
29+
<?php _e( 'WordPress.org takes privacy and transparency very seriously' ); ?>
3030
</div>
3131
</div>
3232

@@ -59,7 +59,7 @@
5959
<?php
6060
printf(
6161
/* translators: %s: https://wordpress.org/about/privacy/ */
62-
__( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">our Privacy Policy</a>.' ),
62+
__( 'WordPress.org takes privacy and transparency very seriously. To learn more about what data is collected, and how it is used, please visit <a href="%s">the WordPress.org Privacy Policy</a>.' ),
6363
__( 'https://wordpress.org/about/privacy/' )
6464
);
6565
?>

0 commit comments

Comments
 (0)