Skip to content

Commit

Permalink
Add rich editing checkbox to user-edit so that the setting isn't stom…
Browse files Browse the repository at this point in the history
…ped. Props kipit. fixes #4036

git-svn-id: http://svn.automattic.com/wordpress/trunk@5125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Mar 28, 2007
1 parent 68ef70b commit 5160c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wp-admin/user-edit.php
Expand Up @@ -83,6 +83,10 @@
<input type="hidden" name="checkuser_id" value="<?php echo $user_ID ?>" />
</p>

<p><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', $profileuser->rich_editing); ?> /> <?php _e('Use the visual editor when writing'); ?></label></p>

<p class="submit"><input type="submit" value="<?php _e('Update User &raquo;'); ?>" name="submit" /></p>

<fieldset>
<legend><?php _e('Name'); ?></legend>
<p><label><?php _e('Username: (no editing)'); ?><br />
Expand Down

0 comments on commit 5160c44

Please sign in to comment.