From 8688df4306a9c876047b6f852597335d9552bfbc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 06:49:26 +0000 Subject: [PATCH] Accessibility: bump headings one level up on Credits screen for a better headings hierarchy. Props afercia. Fixes #34263. Built from https://develop.svn.wordpress.org/trunk@35126 git-svn-id: http://core.svn.wordpress.org/trunk@35091 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 1fc88adb91..9466fa6204 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -60,7 +60,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { $title = translate( $group_data['name'] ); } - echo '

' . esc_html( $title ) . "

\n"; + echo '

' . esc_html( $title ) . "

\n"; } if ( ! empty( $group_data['shuffle'] ) ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 2901c50fad..333afcfb21 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35125'; +$wp_version = '4.4-alpha-35126'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.