From 9bb09f0e0851e4b79ed2047dea9c46093e9d4de8 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 29 Sep 2015 18:52:26 +0000 Subject: [PATCH] Bump H3 headings to H2 on the Network Settings screen for better accessibility. Fixes #34078. Built from https://develop.svn.wordpress.org/trunk@34695 git-svn-id: http://core.svn.wordpress.org/trunk@34659 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/settings.php | 12 ++++++------ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index a7010e9f1b..614499f258 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -101,7 +101,7 @@ if ( isset( $_GET['updated'] ) ) {

-

+

@@ -120,7 +120,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -196,7 +196,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -268,7 +268,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -306,7 +306,7 @@ if ( isset( $_GET['updated'] ) ) { $translations = wp_get_available_translations(); if ( ! empty( $languages ) || ! empty( $translations ) ) { ?> -

+

@@ -333,7 +333,7 @@ if ( isset( $_GET['updated'] ) ) { } ?> -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 35fd95c620..028b279d96 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34694'; +$wp_version = '4.4-alpha-34695'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.