diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index e6028e8a54..2f6c5bf981 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -305,7 +305,7 @@ if ( ! empty( $messages ) ) { ' . __('Add Existing User') . ''; + echo '

' . __( 'Add Existing User' ) . '

'; if ( !is_super_admin() ) { echo '

' . __( '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.' ) . '

'; $label = __('Email'); @@ -367,7 +367,7 @@ do_action( 'user_new_form', 'add-existing-user' ); if ( current_user_can( 'create_users') ) { if ( $do_both ) - echo '

' . __( 'Add New User' ) . '

'; + echo '

' . __( 'Add New User' ) . '

'; ?>