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

git-svn-id: http://svn.automattic.com/wordpress/trunk@6837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-14 02:40:17 +00:00
parent 9b11e32fe1
commit 8bdede4a5c
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>