Changeset 34813
- Timestamp:
- 10/03/2015 09:48:35 PM (9 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r34796 r34813 77 77 78 78 /** This filter is documented in wp-admin/includes/class-wp-users-list-table.php */ 79 $args = apply_filters( 'users_list_table_query_args', $args , $this);79 $args = apply_filters( 'users_list_table_query_args', $args ); 80 80 81 81 // Query the user IDs for this page -
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.