Ticket #24080: options-permalink.php.diff
File options-permalink.php.diff, 734 bytes (added by , 12 years ago) |
---|
-
options-permalink.php
188 188 4 => $prefix . '/%postname%/', 189 189 ); 190 190 ?> 191 <h3 ><?php _e('Common Settings'); ?></h3>191 <h3 class="title"><?php _e('Common Settings'); ?></h3> 192 192 <table class="form-table permalink-structure"> 193 193 <tr> 194 194 <th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> … … 223 223 </tr> 224 224 </table> 225 225 226 <h3 ><?php _e('Optional'); ?></h3>226 <h3 class="title"><?php _e('Optional'); ?></h3> 227 227 <?php 228 228 $suffix = ''; 229 229 if ( ! $is_apache && ! $iis7_permalinks )