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

git-svn-id: https://develop.svn.wordpress.org/trunk@6837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-14 02:40:17 +00:00
parent ab763df5c0
commit acb9a18b88
4 changed files with 18 additions and 36 deletions

View File

@@ -13,8 +13,7 @@ include('admin-header.php');
<form method="post" action="options.php">
<?php wp_nonce_field('update-options') ?>
<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
<fieldset class="options">
<legend><?php _e('Uploading'); ?></legend>
<h3><?php _e('Uploading'); ?></h3>
<table class="niceblue">
<tr valign="top">
<th scope="row"><?php _e('Store uploads in this folder'); ?>:</th>
@@ -40,7 +39,6 @@ include('admin-header.php');
</td>
</tr>
</table>
</fieldset>
<p><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
<label for="use_linksupdate"><?php _e('Track Links&#8217; Update Times') ?></label></p>