Make WordPress Core


Ignore:
Timestamp:
07/05/2019 01:44:41 AM (6 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/misc.php

    r45583 r45599  
    660660                 * @param int      $value  The number of rows to use.
    661661                 */
    662                 $value = apply_filters( 'set-screen-option', false, $option, $value );
     662                $value = apply_filters( 'set-screen-option', false, $option, $value );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    663663
    664664                if ( false === $value ) {
Note: See TracChangeset for help on using the changeset viewer.