Changeset 3112 for trunk/wp-admin/profile.php
- Timestamp:
- 11/16/2005 11:32:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r3102 r3112 106 106 107 107 <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 108 116 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform"> 109 117 <?php
Note: See TracChangeset
for help on using the changeset viewer.