- Timestamp:
- 06/14/2023 06:32:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r55864 r55911 59 59 60 60 /** 61 * Check the current user's permissions.61 * Checks the current user's permissions. 62 62 * 63 63 * @since 3.1.0 … … 74 74 75 75 /** 76 * Prepare the users list for display.76 * Prepares the users list for display. 77 77 * 78 78 * @since 3.1.0 … … 151 151 152 152 /** 153 * Output 'no users' message.153 * Outputs 'no users' message. 154 154 * 155 155 * @since 3.1.0 … … 160 160 161 161 /** 162 * Return an associative array listing all the views that can be used162 * Returns an associative array listing all the views that can be used 163 163 * with this table. 164 164 * … … 263 263 264 264 /** 265 * Retrieve an associative array of bulk actions available on this table.265 * Retrieves an associative array of bulk actions available on this table. 266 266 * 267 267 * @since 3.1.0 … … 291 291 292 292 /** 293 * Output the controls to allow user roles to be changed in bulk.293 * Outputs the controls to allow user roles to be changed in bulk. 294 294 * 295 295 * @since 3.1.0 … … 344 344 345 345 /** 346 * Capture the bulk action required, and return it.346 * Captures the bulk action required, and return it. 347 347 * 348 348 * Overridden from the base class implementation to capture … … 362 362 363 363 /** 364 * Get a list of columns for the list table.364 * Gets a list of columns for the list table. 365 365 * 366 366 * @since 3.1.0 … … 386 386 387 387 /** 388 * Get a list of sortable columns for the list table.388 * Gets a list of sortable columns for the list table. 389 389 * 390 390 * @since 3.1.0 … … 402 402 403 403 /** 404 * Generate the list table rows.404 * Generates the list table rows. 405 405 * 406 406 * @since 3.1.0 … … 418 418 419 419 /** 420 * Generate HTML for a single row on the users.php admin panel.420 * Generates HTML for a single row on the users.php admin panel. 421 421 * 422 422 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.