mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 21:09:51 +01:00
I18N: Remove unnecessary context for two strings on "Add New User" screen.
Props ramiy. Fixes #37784. git-svn-id: https://develop.svn.wordpress.org/trunk@38329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d96cb127ee
commit
934ffcf5b1
@ -270,9 +270,9 @@ if ( isset($_GET['update']) ) {
|
||||
<div class="wrap">
|
||||
<h1 id="add-new-user"><?php
|
||||
if ( current_user_can( 'create_users' ) ) {
|
||||
echo _x( 'Add New User', 'user' );
|
||||
_e( 'Add New User' );
|
||||
} elseif ( current_user_can( 'promote_users' ) ) {
|
||||
echo _x( 'Add Existing User', 'user' );
|
||||
_e( 'Add Existing User' );
|
||||
} ?>
|
||||
</h1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user