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:
@@ -58,8 +58,7 @@ endforeach;
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<fieldset class="options">
|
||||
<legend><?php _e('Post via e-mail') ?></legend>
|
||||
<h3><?php _e('Post via e-mail') ?></h3>
|
||||
<p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p>
|
||||
|
||||
<table class="niceblue">
|
||||
@@ -95,10 +94,8 @@ endforeach;
|
||||
</select></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="options">
|
||||
<legend><?php _e('Update Services') ?></legend>
|
||||
<h3><?php _e('Update Services') ?></h3>
|
||||
|
||||
<?php if ( get_option('blog_public') ) : ?>
|
||||
|
||||
@@ -112,8 +109,6 @@ endforeach;
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<p class="submit">
|
||||
<input type="hidden" name="action" value="update" />
|
||||
<input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags,default_link_category" />
|
||||
|
||||
Reference in New Issue
Block a user