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

props norcross. fixes #24080.

git-svn-id: http://core.svn.wordpress.org/trunk@24002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith
2013-04-16 20:19:29 +00:00
parent 245c2111f0
commit 755bece0bb
4 changed files with 8 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each
<?php do_settings_fields('discussion', 'default'); ?>
</table>
<h3><?php _e('Avatars'); ?></h3>
<h3 class="title"><?php _e('Avatars'); ?></h3>
<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>