From 4a5585e09dd2973ef6a1fb83e14bdcdaedda9e8d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 06:49:00 +0000 Subject: [PATCH] Accessibility: bump headings one level up on Credits screen for a better headings hierarchy. Props afercia. Fixes #34263. git-svn-id: https://develop.svn.wordpress.org/trunk@35126 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index 1fc88adb91..9466fa6204 100644 --- a/src/wp-admin/credits.php +++ b/src/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'] ) )