Make WordPress Core


Ignore:
Timestamp:
09/19/2022 08:57:08 AM (3 years ago)
Author:
audrasjb
Message:

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

This changes some admin-area, user-facing 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

Follow-up to [51979], [53131], [53132], [53148], [53156].

Props kebbet, costdev, SergeyBiryukov.
Fixes #55758.
See #46057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-load.php

    r53148 r54200  
    8888    $die = '<p>' . sprintf(
    8989        /* translators: %s: wp-config.php */
    90         __( "There doesn't seem to be a %s file. I need this before we can get started." ),
     90        __( "There doesn't seem to be a %s file. It is needed before the installation can continue." ),
    9191        '<code>wp-config.php</code>'
    9292    ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.