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-includes/theme.json

    r53130 r53131  
    1414                        "customDuotone": true,
    1515                        "customGradient": true,
    16                         "defaultDuotone": true,
    1716                        "defaultGradients": true,
    1817                        "defaultPalette": true,
    1918                        "duotone": [
    2019                                {
    21                                         "name": "Dark grayscale",
     20                                        "name":  "Dark grayscale" ,
    2221                                        "colors": [ "#000000", "#7f7f7f" ],
    2322                                        "slug": "dark-grayscale"
    2423                                },
    2524                                {
    26                                         "name": "Grayscale",
     25                                        "name":  "Grayscale" ,
    2726                                        "colors": [ "#000000", "#ffffff" ],
    2827                                        "slug": "grayscale"
    2928                                },
    3029                                {
    31                                         "name": "Purple and yellow",
     30                                        "name":  "Purple and yellow" ,
    3231                                        "colors": [ "#8c00b7", "#fcff41" ],
    3332                                        "slug": "purple-yellow"
    3433                                },
    3534                                {
    36                                         "name": "Blue and red",
     35                                        "name":  "Blue and red" ,
    3736                                        "colors": [ "#000097", "#ff4747" ],
    3837                                        "slug": "blue-red"
    3938                                },
    4039                                {
    41                                         "name": "Midnight",
     40                                        "name":  "Midnight" ,
    4241                                        "colors": [ "#000000", "#00a5ff" ],
    4342                                        "slug": "midnight"
    4443                                },
    4544                                {
    46                                         "name": "Magenta and yellow",
     45                                        "name":  "Magenta and yellow" ,
    4746                                        "colors": [ "#c7005a", "#fff278" ],
    4847                                        "slug": "magenta-yellow"
    4948                                },
    5049                                {
    51                                         "name": "Purple and green",
     50                                        "name":  "Purple and green" ,
    5251                                        "colors": [ "#a60072", "#67ff66" ],
    5352                                        "slug": "purple-green"
    5453                                },
    5554                                {
    56                                         "name": "Blue and orange",
     55                                        "name":  "Blue and orange" ,
    5756                                        "colors": [ "#1900d8", "#ffa96b" ],
    5857                                        "slug": "blue-orange"
Note: See TracChangeset for help on using the changeset viewer.