Changeset 35012
- Timestamp:
- 10/10/2015 03:35:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r35011 r35012 525 525 * @access protected 526 526 * 527 * @global WP_Roles $wp_roles WP_Roles instance.528 *529 527 * @param WP_User $user_object The WP_User object. 530 528 * @return array An array of user roles. 531 529 */ 532 530 protected function get_role_list( $user_object ) { 533 global $wp_roles;531 $wp_roles = wp_roles(); 534 532 535 533 $role_list = array();
Note: See TracChangeset
for help on using the changeset viewer.