wordpress-develop/src/wp-admin/network
Jb Audras 60e372dd2e 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.


git-svn-id: https://develop.svn.wordpress.org/trunk@53131 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-11 11:40:38 +00:00
..
about.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
admin.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
credits.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
edit.php Coding Standards: Fix instances of Generic.WhiteSpace.ArbitraryParenthesesSpacing.FoundEmpty. 2020-05-26 09:35:34 +00:00
freedoms.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
index.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
menu.php Administration: Add "File" to Theme/Plugin Editor menu names and relocate "Plugin File Editor" to Tools for block themes. 2021-12-21 20:04:54 +00:00
plugin-editor.php Administration: Add "File" to Theme/Plugin Editor menu names and relocate "Plugin File Editor" to Tools for block themes. 2021-12-21 20:04:54 +00:00
plugin-install.php Coding Standards: Use strict comparison in wp-admin/network where static strings are involved. 2020-05-24 09:14:21 +00:00
plugins.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
privacy.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
profile.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
settings.php Administration: Remove self-reference ("we") in WordPress Admin. 2022-04-11 11:40:38 +00:00
setup.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
site-info.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
site-new.php Administration: Replace contracted verb forms for better consistency. 2022-03-22 16:23:32 +00:00
site-settings.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
site-themes.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
site-users.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
sites.php Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties. 2021-11-18 13:55:36 +00:00
theme-editor.php Administration: Add "File" to Theme/Plugin Editor menu names and relocate "Plugin File Editor" to Tools for block themes. 2021-12-21 20:04:54 +00:00
theme-install.php Coding Standards: Use strict comparison in wp-admin/network where static strings are involved. 2020-05-24 09:14:21 +00:00
themes.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
update-core.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
update.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:00:44 +00:00
upgrade.php Administration: Remove self-reference ("we") in WordPress Admin. 2022-04-11 11:40:38 +00:00
user-edit.php Code Modernization: Replace dirname( __FILE__ ) calls with __DIR__ magic constant. 2020-02-06 06:31:22 +00:00
user-new.php Docs: Add a comment about the $title global usage in various admin files. 2021-07-22 13:51:58 +00:00
users.php Coding Standards: Apply some alignment fixes from composer format. 2021-07-27 19:00:54 +00:00