Changeset 33945 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 09/07/2015 04:02:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33884 r33945 306 306 if ( is_multisite() ) { 307 307 if ( $do_both ) 308 echo '<h 3 id="add-existing-user">' . __('Add Existing User') . '</h3>';308 echo '<h2 id="add-existing-user">' . __( 'Add Existing User' ) . '</h2>'; 309 309 if ( !is_super_admin() ) { 310 310 echo '<p>' . __( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ) . '</p>'; … … 368 368 if ( current_user_can( 'create_users') ) { 369 369 if ( $do_both ) 370 echo '<h 3 id="create-new-user">' . __( 'Add New User' ) . '</h3>';370 echo '<h2 id="create-new-user">' . __( 'Add New User' ) . '</h2>'; 371 371 ?> 372 372 <p><?php _e('Create a brand new user and add them to this site.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.