[wpmu-trac] [WordPress MU Trac] #287: rich_editing checkbox
forgotten on /wp-admin/user-edit.php
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Mar 22 16:59:24 GMT 2007
#287: rich_editing checkbox forgotten on /wp-admin/user-edit.php
------------------------+---------------------------------------------------
Reporter: kipit | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: WPMU 1.0
Component: component1 | Version: 1.0
Severity: normal | Keywords: rich_editing user profile
------------------------+---------------------------------------------------
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 90 :
{{{
#!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
»') ?>" 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 r932
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/287>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list