Bump H3 headings to H2 on the Discussion Settings screen for better accessibility.
Props mrahmadawais. Fixes #33609. git-svn-id: https://develop.svn.wordpress.org/trunk@33916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3484a266a1
commit
31663c6782
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user