Changeset 4417 for trunk/wp-admin/profile.php
- Timestamp:
- 10/24/2006 03:57:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r4349 r4417 31 31 <h3><?php _e('Personal Options'); ?></h3> 32 32 33 <?php if ( rich_edit_exists() ) : // don't bother showing the option if the editor has been removed ?> 33 34 <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 35 <?php _e('Use the visual editor when writing') ?></label></p> 36 <?php endif; ?> 35 37 36 38 <?php do_action('profile_personal_options'); ?>
Note: See TracChangeset
for help on using the changeset viewer.