From 9f2738924c23394b3f5fc855f721fd049af94da1 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 7 Sep 2015 16:02:43 +0000 Subject: [PATCH] Bump H3 headings to H2 on the Network Add New User screen for better accessibility. Props Cheffheid. Fixes #33605. git-svn-id: https://develop.svn.wordpress.org/trunk@33945 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/user-new.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/user-new.php b/src/wp-admin/user-new.php index e6028e8a54..2f6c5bf981 100644 --- a/src/wp-admin/user-new.php +++ b/src/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' ) . '

'; ?>