Make WordPress Core


Ignore:
Timestamp:
09/05/2015 08:14:00 PM (10 years ago)
Author:
wonderboymusic
Message:

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

Props mrahmadawais.
Fixes #33609.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r33774 r33916  
    189189</table>
    190190
    191 <h3 class="title"><?php _e('Avatars'); ?></h3>
     191<h2 class="title"><?php _e('Avatars'); ?></h2>
    192192
    193193<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>
Note: See TracChangeset for help on using the changeset viewer.