Make WordPress Core


Ignore:
Timestamp:
04/16/2013 08:19:29 PM (13 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-permalink.php

    r23305 r24002  
    189189);
    190190?>
    191 <h3><?php _e('Common Settings'); ?></h3>
     191<h3 class="title"><?php _e('Common Settings'); ?></h3>
    192192<table class="form-table permalink-structure">
    193193    <tr>
     
    224224</table>
    225225
    226 <h3><?php _e('Optional'); ?></h3>
     226<h3 class="title"><?php _e('Optional'); ?></h3>
    227227<?php
    228228$suffix = '';
Note: See TracChangeset for help on using the changeset viewer.