Skip to content

Commit

Permalink
Administration: Clarify some references to "we" and "our" in the admi…
Browse files Browse the repository at this point in the history
…nistration 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
  • Loading branch information
johnbillion committed Jan 20, 2025
1 parent 2dd8ce2 commit 313e123
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/wp-admin/freedoms.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<?php
printf(
/* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
__( '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.' ),
__( '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.' ),
'https://wordpressfoundation.org/trademark-policy/'
);
?>
Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/includes/class-wp-privacy-policy-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public static function notice( $post = null ) {
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.' );

Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/options-privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static function ( $body_class ) {
}
printf(
/* translators: 1: Privacy Policy guide URL, 2: Additional link attributes, 3: Accessibility text. */
__( '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.' ),
__( '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.' ),
esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ),
'',
''
Expand Down
4 changes: 2 additions & 2 deletions src/wp-admin/privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>

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

Expand Down Expand Up @@ -59,7 +59,7 @@
<?php
printf(
/* translators: %s: https://wordpress.org/about/privacy/ */
__( '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>.' ),
__( '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>.' ),
__( 'https://wordpress.org/about/privacy/' )
);
?>
Expand Down

0 comments on commit 313e123

Please sign in to comment.