- Timestamp:
- 10/03/2015 09:48:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r34796 r34813 115 115 * @param array $args Arguments passed to WP_User_Query to retrieve items for the current 116 116 * users list table. 117 * @param mixed $this The current WP_Users_List_Table or WP_MS_Users_List_Table instance.118 117 */ 119 $args = apply_filters( 'users_list_table_query_args', $args , $this);118 $args = apply_filters( 'users_list_table_query_args', $args ); 120 119 121 120 // Query the user IDs for this page
Note: See TracChangeset
for help on using the changeset viewer.