- Timestamp:
- 03/02/2014 08:31:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r27342 r27355 219 219 220 220 /** 221 * Fires just before the closing div containing the bu ik role-change controls221 * Fires just before the closing div containing the bulk role-change controls 222 222 * in the Users list table. 223 223 * … … 372 372 373 373 /** 374 * Filter user row actions for a single rowin the Users list table.374 * Filter the action links displayed under each user in the Users list table. 375 375 * 376 376 * @since 2.8.0 377 377 * 378 * @param array $actions Array of row actions actions. 378 * @param array $actions An array of action links to be displayed. 379 * Default 'Edit', 'Delete' for single site, and 380 * 'Edit', 'Remove' for Multisite. 379 381 * @param WP_User $user_object WP_User object for the currently-listed user. 380 382 */ … … 437 439 438 440 /** 439 * Filter display output of custom columns in the Users list table.441 * Filter the display output of custom columns in the Users list table. 440 442 * 441 443 * @since 2.8.0 442 444 * 443 * @param string $output Custom column output. Default empty.445 * @param string $output Custom column output. Default empty. 444 446 * @param string $column_name Column name. 445 447 * @param int $user_id ID of the currently-listed user.
Note: See TracChangeset
for help on using the changeset viewer.