- Timestamp:
- 11/05/2019 09:28:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r45932 r46662 171 171 * @global string $role 172 172 * 173 * @return array An array of HTML links, one for eachview.173 * @return string[] An array of HTML links keyed by their view. 174 174 */ 175 175 protected function get_views() { … … 260 260 * @since 3.1.0 261 261 * 262 * @return array Array of bulk actions.262 * @return string[] Array of bulk action labels keyed by their action. 263 263 */ 264 264 protected function get_bulk_actions() { … … 349 349 * @since 3.1.0 350 350 * 351 * @return array Array in which the key is the ID of the column, 352 * and the value is the description. 351 * @return string[] Array of column titles keyed by their column name. 353 352 */ 354 353 public function get_columns() {
Note: See TracChangeset
for help on using the changeset viewer.