Make WordPress Core


Ignore:
Timestamp:
04/16/2013 08:19:29 PM (12 years ago)
Author:
markjaquith
Message:

Consistently apply class="title" to our options page h3 tags.

props norcross. fixes #24080.

File:
1 edited

Legend:

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

    r22010 r24002  
    165165</table>
    166166
    167 <h3><?php _e('Avatars'); ?></h3>
     167<h3 class="title"><?php _e('Avatars'); ?></h3>
    168168
    169169<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.