Make WordPress Core


Ignore:
Timestamp:
01/20/2025 10:02:56 PM (6 months ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r57715 r59667  
    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>
     
    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                );
Note: See TracChangeset for help on using the changeset viewer.