Ticket #25360: 25360.patch
File 25360.patch, 980 bytes (added by , 9 years ago) |
---|
-
class-wp-ms-users-list-table.php
76 76 $mode = empty( $_REQUEST['mode'] ) ? 'list' : $_REQUEST['mode']; 77 77 78 78 // Query the user IDs for this page 79 $args = apply_filters( 'users_list_table_args', $args ); 79 80 $wp_user_search = new WP_User_Query( $args ); 80 81 81 82 $this->items = $wp_user_search->get_results(); -
class-wp-users-list-table.php
108 108 $args['order'] = $_REQUEST['order']; 109 109 110 110 // Query the user IDs for this page 111 $args = apply_filters( 'users_list_table_args', $args ); 111 112 $wp_user_search = new WP_User_Query( $args ); 112 113 113 114 $this->items = $wp_user_search->get_results();