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/network/site-themes.php

    r43571 r45599  
    137137                 * @param int    $site_id      The site ID.
    138138                 */
    139                 $referer = apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id );
     139                $referer = apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    140140            } else {
    141141                $action = 'error';
Note: See TracChangeset for help on using the changeset viewer.