Add missing fieldset tag. Props idansof. fixes #1589
git-svn-id: https://develop.svn.wordpress.org/trunk@2853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
91b0c51004
commit
f5346c75c9
@ -10,6 +10,7 @@ include('admin-header.php');
|
||||
<div class="wrap">
|
||||
<h2><?php _e('Personal Options') ?></h2>
|
||||
<form id="personal-options" method="post" action="options-personal-update.php">
|
||||
<fieldset>
|
||||
<p><?php _e('Personal options are just for you, they don’t affect other users on blog.'); ?><input type="hidden" name="action" value="update" />
|
||||
<input type="hidden" name="page_options" value="'rich_editing'<?php do_action('personal_option_list'); ?>" /></p>
|
||||
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
|
||||
|
Loading…
Reference in New Issue
Block a user