mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
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 Built from https://develop.svn.wordpress.org/trunk@59667 git-svn-id: http://core.svn.wordpress.org/trunk@59010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33729cf0db
commit
d93f38e360
|
|
@ -85,7 +85,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
<?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/'
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -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.' );
|
||||
|
||||
|
|
|
|||
|
|
@ -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? <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' ) ),
|
||||
'',
|
||||
''
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
</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>
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
<?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/' )
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59666';
|
||||
$wp_version = '6.8-alpha-59667';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user