Make WordPress Core

Ticket #24080: options-permalink.php.diff

File options-permalink.php.diff, 734 bytes (added by norcross, 12 years ago)

permalink page

  • options-permalink.php

     
    188188        4 => $prefix . '/%postname%/',
    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>
    194194                <th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
     
    223223        </tr>
    224224</table>
    225225
    226 <h3><?php _e('Optional'); ?></h3>
     226<h3 class="title"><?php _e('Optional'); ?></h3>
    227227<?php
    228228$suffix = '';
    229229if ( ! $is_apache && ! $iis7_permalinks )