[wp-trac] [WordPress Trac] #4036: rich_editing checkbox forgotten on /wp-admin/user-edit.php

WordPress Trac wp-trac at lists.automattic.com
Tue Mar 27 07:48:30 GMT 2007


#4036: rich_editing checkbox forgotten on /wp-admin/user-edit.php
----------------------------+-----------------------------------------------
 Reporter:  kipit           |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  low             |   Milestone:  2.3      
Component:  Administration  |     Version:           
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 This page should be very similar with /wp-admin/profile.php, but the
 rich_editing setting was forgotten. When an admin "edit a user", this
 setting fallback to false. The following code should be added to /wp-admin
 /user-edit.php around line 85 :
 {{{
 #!php
 <h3><?php _e('Personal Options'); ?></h3>

 <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>
 }}}
 Maybe we should make something to getting something similar to <?php
 do_action('profile_personal_options'); ?> in the /wp-admin/user-edit.php
 page.

 WPmu r5116

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4036>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list