Changeset 59784 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 02/08/2025 11:42:29 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-new.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r58999 r59784 262 262 263 263 // Used in the HTML title tag. 264 $title = __( 'Add NewUser' );264 $title = __( 'Add User' ); 265 265 $parent_file = 'users.php'; 266 266 … … 270 270 } 271 271 272 $help = '<p>' . __( 'To add a new user to your site, fill in the form on this screen and click the Add NewUser button at the bottom.' ) . '</p>';272 $help = '<p>' . __( 'To add a new user to your site, fill in the form on this screen and click the Add User button at the bottom.' ) . '</p>'; 273 273 274 274 if ( is_multisite() ) { … … 281 281 } 282 282 283 $help .= '<p>' . __( 'Remember to click the Add NewUser button at the bottom of this screen when you are finished.' ) . '</p>';283 $help .= '<p>' . __( 'Remember to click the Add User button at the bottom of this screen when you are finished.' ) . '</p>'; 284 284 285 285 get_current_screen()->add_help_tab( … … 384 384 <?php 385 385 if ( current_user_can( 'create_users' ) ) { 386 _e( 'Add NewUser' );386 _e( 'Add User' ); 387 387 } elseif ( current_user_can( 'promote_users' ) ) { 388 388 _e( 'Add Existing User' ); … … 508 508 if ( current_user_can( 'create_users' ) ) { 509 509 if ( $do_both ) { 510 echo '<h2 id="create-new-user">' . __( 'Add NewUser' ) . '</h2>';510 echo '<h2 id="create-new-user">' . __( 'Add User' ) . '</h2>'; 511 511 } 512 512 ?> … … 660 660 ?> 661 661 662 <?php submit_button( __( 'Add NewUser' ), 'primary', 'createuser', true, array( 'id' => 'createusersub' ) ); ?>662 <?php submit_button( __( 'Add User' ), 'primary', 'createuser', true, array( 'id' => 'createusersub' ) ); ?> 663 663 664 664 </form>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)