mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-25 09:28:42 +00:00
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:
parent
941d65c462
commit
acc7f66cf9
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user