Changeset 42871 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 03/22/2018 08:26:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r42343 r42871 397 397 * @since 3.5.0 398 398 * 399 * @param array$views An array of available list table views.399 * @param string[] $views An array of available list table views. 400 400 */ 401 401 $views = apply_filters( "views_{$this->screen->id}", $views ); … … 448 448 * @since 3.5.0 449 449 * 450 * @param array$actions An array of the available bulk actions.450 * @param string[] $actions An array of the available bulk actions. 451 451 */ 452 452 $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions ); … … 504 504 * @since 3.1.0 505 505 * 506 * @param array $actions The list of actions507 * @param bool $always_visible Whether the actions should be always visible506 * @param string[] $actions An array of action links. 507 * @param bool $always_visible Whether the actions should be always visible. 508 508 * @return string 509 509 */
Note: See TracChangeset
for help on using the changeset viewer.