diff --git wp-admin/user-new.php wp-admin/user-new.php
index 38b78dd..a1997f3 100644
|
|
if ( ! empty( $messages ) ) { |
304 | 304 | |
305 | 305 | <?php |
306 | 306 | if ( is_multisite() ) { |
307 | | if ( $do_both ) |
308 | | echo '<h2 id="add-existing-user">' . __( 'Add Existing User' ) . '</h2>'; |
309 | | if ( !is_super_admin() ) { |
| 307 | echo '<h2 id="add-existing-user">' . __( 'Add Existing User' ) . '</h2>'; |
| 308 | if ( ! is_super_admin() ) { |
310 | 309 | 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>'; |
311 | 310 | $label = __('Email'); |
312 | 311 | $type = 'email'; |