Bump H3 headings to H2 on the Discussion Settings screen for better accessibility.

Props mrahmadawais.
Fixes #33609.

Built from https://develop.svn.wordpress.org/trunk@33916


git-svn-id: http://core.svn.wordpress.org/trunk@33885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-05 20:14:24 +00:00
parent 941d65c462
commit acc7f66cf9
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each
<?php do_settings_fields('discussion', 'default'); ?>
</table>
<h3 class="title"><?php _e('Avatars'); ?></h3>
<h2 class="title"><?php _e('Avatars'); ?></h2>
<p><?php _e('An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site.'); ?></p>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33915';
$wp_version = '4.4-alpha-33916';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.