Make WordPress Core

Changeset 2853


Ignore:
Timestamp:
09/08/2005 08:57:52 PM (19 years ago)
Author:
ryan
Message:

Add missing fieldset tag. Props idansof. fixes #1589

File:
1 edited

Legend:

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

    r2760 r2853  
    1111<h2><?php _e('Personal Options') ?></h2>
    1212<form id="personal-options" method="post" action="options-personal-update.php">
     13<fieldset>
    1314<p><?php _e('Personal options are just for you, they don&#8217;t affect other users on blog.'); ?><input type="hidden" name="action" value="update" />
    1415<input type="hidden" name="page_options" value="'rich_editing'<?php do_action('personal_option_list'); ?>" /></p>
Note: See TracChangeset for help on using the changeset viewer.