Changeset 3999 for trunk/wp-admin/profile.php
- Timestamp:
- 07/06/2006 04:27:45 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r3857 r3999 28 28 <input type="hidden" name="checkuser_id" value="<?php echo $user_ID ?>" /> 29 29 </p> 30 31 <h3><?php _e('Personal Options'); ?></h3> 32 33 <p><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', get_user_option('rich_editing')); ?> /> 34 <?php _e('Use the visual editor when writing') ?></label></p> 35 36 <?php do_action('profile_personal_options'); ?> 30 37 31 38 <fieldset> … … 111 118 <br clear="all" /> 112 119 113 <h3><?php _e('Personal Options'); ?></h3>114 115 <p><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', get_user_option('rich_editing')); ?> />116 <?php _e('Use the visual rich editor when writing') ?></label></p>117 118 <?php do_action('profile_personal_options'); ?>119 120 120 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform"> 121 121 <?php
Note: See TracChangeset
for help on using the changeset viewer.