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-mail.php

    r42343 r45599  
    2727 * @since 2.9.0
    2828 */
    29 do_action( 'wp-mail.php' );
     29do_action( 'wp-mail.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    3030
    3131/** Get the POP3 class with which to access the mailbox. */
Note: See TracChangeset for help on using the changeset viewer.