From 47ceb6bb5c84c4b7a904e378171b05735e365cf9 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 5 Sep 2015 18:30:24 +0000 Subject: [PATCH] Accessibility: bump H3 headings to H2 on User Edit and Your Profile screens. Ongoing effort to restore a good headings hierarchy in the admin screens after the reintroduction of the missing main `

` in [32974]. Fix a typo in the DocBlock for the `additional_capabilities_display` filter. Props metodiew. Fixes #33606. See #31650. Built from https://develop.svn.wordpress.org/trunk@33909 git-svn-id: http://core.svn.wordpress.org/trunk@33878 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 14 +++++++------- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index c126be4fce..d97dbad7b6 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -230,7 +230,7 @@ if ( ! IS_PROFILE_PAGE ) {

-

+

@@ -301,7 +301,7 @@ do_action( 'personal_options', $profileuser ); } ?> -

+

@@ -392,7 +392,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c
-

+

@@ -444,7 +444,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c ?>
-

+

@@ -460,7 +460,7 @@ if ( $show_password_fields ) : ?>
-

+

@@ -568,7 +568,7 @@ if ( IS_PROFILE_PAGE && count( $sessions->get_all() ) === 1 ) : ?> * * The 'Additional Capabilities' section will only be enabled if * the number of the user's capabilities exceeds their number of - * of roles. + * roles. * * @since 2.8.0 * @@ -578,7 +578,7 @@ if ( IS_PROFILE_PAGE && count( $sessions->get_all() ) === 1 ) : ?> if ( count( $profileuser->caps ) > count( $profileuser->roles ) && apply_filters( 'additional_capabilities_display', true, $profileuser ) ) : ?> -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 16d83ecf54..7d1d25bcb3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33908'; +$wp_version = '4.4-alpha-33909'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.