Make WordPress Core

Ticket #37784: 37784.patch

File 37784.patch, 509 bytes (added by ramiy, 7 years ago)
  • wp-admin/user-new.php

     
    270270<div class="wrap">
    271271<h1 id="add-new-user"><?php
    272272if ( current_user_can( 'create_users' ) ) {
    273         echo _x( 'Add New User', 'user' );
     273        echo __( 'Add New User' );
    274274} elseif ( current_user_can( 'promote_users' ) ) {
    275         echo _x( 'Add Existing User', 'user' );
     275        echo __( 'Add Existing User' );
    276276} ?>
    277277</h1>
    278278