[wp-trac] [WordPress Trac] #26607: Changing the admin color scheme for another user changes your own scheme

WordPress Trac noreply at wordpress.org
Fri Dec 13 14:08:46 UTC 2013


#26607: Changing the admin color scheme for another user changes your own scheme
----------------------------+-----------------------------
 Reporter:  TobiasBg        |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  3.8
 Severity:  normal          |   Keywords:
----------------------------+-----------------------------
 1. Login as an admin.
 2. Go to example.com/wp-admin/users.php
 3. Choose to edit a user other than yourself.
 4. The admin color scheme picker on /wp-admin/user-edit.php will change
 your admin color scheme, but not that of the edited user.

 Reason: `admin_color_scheme_picker()` (in /wp-admin/includes/misc.php)
 always loads the current user's color scheme, and
 `wp_ajax_save_user_color_scheme()` in /wp-admin/includes/ajax-actions.php
 always sets it for the current user.

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


More information about the wp-trac mailing list