Changeset 55293 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 02/07/2023 09:19:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r55276 r55293 388 388 * @type bool $current Optional. Whether this is the currently selected view. 389 389 * } 390 * @return arrayAn array of link markup. Keys match the `$link_data` input array.390 * @return string[] An array of link markup. Keys match the `$link_data` input array. 391 391 */ 392 392 protected function get_views_links( $link_data = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.