- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r37422 r37488 126 126 127 127 /** 128 * Filter the query arguments used to retrieve users for the current users list table.128 * Filters the query arguments used to retrieve users for the current users list table. 129 129 * 130 130 * @since 4.4.0 … … 161 161 * 162 162 * Provides a list of roles and user count for that role for easy 163 * filtering of the user table.163 * Filtersing of the user table. 164 164 * 165 165 * @since 3.1.0 … … 415 415 416 416 /** 417 * Filter the action links displayed under each user in the Users list table.417 * Filters the action links displayed under each user in the Users list table. 418 418 * 419 419 * @since 2.8.0 … … 491 491 default: 492 492 /** 493 * Filter the display output of custom columns in the Users list table.493 * Filters the display output of custom columns in the Users list table. 494 494 * 495 495 * @since 2.8.0 … … 550 550 551 551 /** 552 * Filter the returned array of roles for a user.552 * Filters the returned array of roles for a user. 553 553 * 554 554 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.