Make WordPress Core


Ignore:
Timestamp:
11/16/2005 11:32:38 PM (20 years ago)
Author:
matt
Message:

Removing personal options, putting on profile page. Fixes #1557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r3102 r3112  
    106106
    107107<br clear="all" />
     108
     109<h3><?php _e('Personal Options'); ?></h3>
     110
     111<p><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', get_user_option('rich_editing')); ?> />
     112<?php _e('Use the visual rich editor when writing') ?></label></p>
     113
     114<?php do_action('profile_personal_options'); ?>
     115
    108116  <table width="99%"  border="0" cellspacing="2" cellpadding="3" class="editform">
    109117    <?php
Note: See TracChangeset for help on using the changeset viewer.