Changeset 45599 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/05/2019 01:44:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r45583 r45599 452 452 * @param string[] $actions An array of the available bulk actions. 453 453 */ 454 $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions ); 454 $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 455 455 $two = ''; 456 456 } else {
Note: See TracChangeset
for help on using the changeset viewer.