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/dashboard.php

    r45583 r45599  
    15371537     * @param array  $response An array containing web browser information. See `wp_check_browser_version()`.
    15381538     */
    1539     echo apply_filters( 'browse-happy-notice', $notice, $response );
     1539    echo apply_filters( 'browse-happy-notice', $notice, $response );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    15401540}
    15411541
Note: See TracChangeset for help on using the changeset viewer.