Make WordPress Core


Ignore:
Timestamp:
07/05/2019 01:44:41 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r45583 r45599  
    452452             * @param string[] $actions An array of the available bulk actions.
    453453             */
    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
    455455            $two            = '';
    456456        } else {
Note: See TracChangeset for help on using the changeset viewer.