mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
So fresh and so clean, clean.
git-svn-id: https://develop.svn.wordpress.org/trunk@7313 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -74,11 +74,11 @@ function edit_user( $user_id = 0 ) {
|
||||
$user->rich_editing = 'false';
|
||||
|
||||
if ( !$update )
|
||||
$user->admin_color = 'classic'; // Default to classic for new users.
|
||||
$user->admin_color = 'fresh'; // Default to fresh for new users.
|
||||
else if ( isset( $_POST['admin_color'] ) )
|
||||
$user->admin_color = $_POST['admin_color'];
|
||||
else
|
||||
$user->admin_color = 'classic';
|
||||
$user->admin_color = 'fresh';
|
||||
|
||||
$errors = new WP_Error();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user