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/meta-boxes.php

    r45441 r45599  
    776776     * @param WP_Post $post WP_Post object of the current post.
    777777     */
    778     do_action( 'post_comment_status_meta_box-options', $post );
     778    do_action( 'post_comment_status_meta_box-options', $post );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    779779    ?>
    780780</p>
Note: See TracChangeset for help on using the changeset viewer.