Ticket #37784: 37784.patch
File 37784.patch, 509 bytes (added by , 7 years ago) |
---|
-
wp-admin/user-new.php
270 270 <div class="wrap"> 271 271 <h1 id="add-new-user"><?php 272 272 if ( current_user_can( 'create_users' ) ) { 273 echo _ x( 'Add New User', 'user' );273 echo __( 'Add New User' ); 274 274 } elseif ( current_user_can( 'promote_users' ) ) { 275 echo _ x( 'Add Existing User', 'user' );275 echo __( 'Add Existing User' ); 276 276 } ?> 277 277 </h1> 278 278