Make WordPress Core


Ignore:
Timestamp:
04/11/2022 11:40:38 AM (4 years ago)
Author:
audrasjb
Message:

Administration: Remove self-reference ("we") in WordPress Admin.

This changes updates many strings to remove self-references to an undefined "we" collective across the WordPress Administration.

The goal of this change is 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.

Props johnbillion, shital-patel, audrasjb, marybaum, SergeyBiryukov, peterwilsoncc, johnjamesjacoby, kebbet, costdev, chaion07, davidbaumwald.
Fixes #46057.

File:
1 edited

Legend:

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

    r52055 r53131  
    190190    </p>
    191191    <p>
    192         <?php _e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?>
    193         <?php _e( 'We would also suggest reviewing your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
     192        <?php _e( 'After your Privacy Policy page is set, you should edit it.' ); ?>
     193        <?php _e( 'It is also suggested that you should review your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
    194194    </p>
    195195    <p>
Note: See TracChangeset for help on using the changeset viewer.