Make WordPress Core


Ignore:
Timestamp:
02/14/2008 02:40:17 AM (18 years ago)
Author:
ryan
Message:

Replace fieldset with h3 in settings pages. Props hansengel. see #5851

File:
1 edited

Legend:

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

    r6833 r6837  
    1414<?php wp_nonce_field('update-options') ?>
    1515<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    16 <fieldset class="options">
    17 <legend><?php _e('Uploading'); ?></legend>
     16<h3><?php _e('Uploading'); ?></h3>
    1817<table class="niceblue">
    1918<tr valign="top">
     
    4140</tr>
    4241</table>
    43 </fieldset>
    4442
    4543<p><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
Note: See TracChangeset for help on using the changeset viewer.