Make WordPress Core


Ignore:
Timestamp:
04/11/2022 11:40:38 AM (2 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-includes/widgets/class-wp-widget-media-audio.php

    r52978 r53131  
    4242                'missing_attachment'         => sprintf(
    4343                    /* translators: %s: URL to media library. */
    44                     __( 'We cannot find that audio file. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     44                    __( 'That audio file can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    4545                    esc_url( admin_url( 'upload.php' ) )
    4646                ),
Note: See TracChangeset for help on using the changeset viewer.