Make WordPress Core


Ignore:
Timestamp:
09/29/2011 06:12:51 AM (13 years ago)
Author:
nacin
Message:

Remove remnants of show_admin_bar_admin. see #18811, see #18197.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/user.php

    r18632 r18812  
    120120        $user->admin_color = isset( $_POST['admin_color'] ) ? sanitize_text_field( $_POST['admin_color'] ) : 'fresh';
    121121        $user->show_admin_bar_front = isset( $_POST['admin_bar_front'] ) ? 'true' : 'false';
    122         $user->show_admin_bar_admin = isset( $_POST['admin_bar_admin'] ) ? 'true' : 'false';
    123122    }
    124123
Note: See TracChangeset for help on using the changeset viewer.