=== wp-admin/options-personal.php
==================================================================
|
|
|
10 | 10 | <div class="wrap"> |
11 | 11 | <h2><?php _e('Personal Options') ?></h2> |
12 | 12 | <form id="personal-options" method="post" action="options-personal-update.php"> |
| 13 | <fieldset> |
13 | 14 | <p><?php _e('Personal options are just for you, they don’t affect other users on blog.'); ?><input type="hidden" name="action" value="update" /> |
14 | 15 | <input type="hidden" name="page_options" value="'rich_editing'<?php do_action('personal_option_list'); ?>" /></p> |
15 | 16 | <table width="100%" cellspacing="2" cellpadding="5" class="editform"> |