From a49f9ef68f8a624e915fc632f7b37798663cbc4b Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 7 Sep 2015 16:03:25 +0000 Subject: [PATCH] Bump H3 headings to H2 on the Network Add New User screen for better accessibility. Props Cheffheid. Fixes #33605. Built from https://develop.svn.wordpress.org/trunk@33945 git-svn-id: http://core.svn.wordpress.org/trunk@33914 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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' ) . '

'; ?>