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
This commit is contained in:
Sergey Biryukov 2015-10-13 06:49:00 +00:00
parent da6e194d93
commit 4a5585e09d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) {
$title = translate( $group_data['name'] );
}
echo '<h4 class="wp-people-group">' . esc_html( $title ) . "</h4>\n";
echo '<h3 class="wp-people-group">' . esc_html( $title ) . "</h3>\n";
}
if ( ! empty( $group_data['shuffle'] ) )