You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Administration: Replace "Add New {Item}" wording with "Add {Item}" across the administration.
This changeset replaces each occurrence of "Add New {Item}" label with "Add {Item}" in WordPress administration, to make the interface more consistent and simplify the translation effort.
Props jameskoster, audrasjb, ntsekouras, afercia, peterwilsoncc, youknowriad, joedolson, sukhendu2002, jdy68, beryldlg, fxbenard.
See #61219.
git-svn-id: https://develop.svn.wordpress.org/trunk@59784 602fd350-edb4-49c9-b593-d223f7449a82
Copy file name to clipboardExpand all lines: src/wp-admin/network/settings.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -248,9 +248,9 @@
248
248
</tr>
249
249
250
250
<tr id="addnewusers">
251
-
<th scope="row"><?php_e( 'Add New Users' ); ?></th>
251
+
<th scope="row"><?php_e( 'Add Users' ); ?></th>
252
252
<td>
253
-
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?phpchecked( get_site_option( 'add_new_users' ) ); ?> /> <?php_e( 'Allow site administrators to add new users to their site via the "Users → Add New User" page' ); ?></label>
253
+
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?phpchecked( get_site_option( 'add_new_users' ) ); ?> /> <?php_e( 'Allow site administrators to add new users to their site via the "Users → Add User" page' ); ?></label>
0 commit comments