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

    r45583 r45599  
    455455
    456456            /** This action is documented in wp-admin/edit-comments.php */
    457             $sendback = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $sendback, $wp_list_table->current_action(), $userids );
     457            $sendback = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $sendback, $wp_list_table->current_action(), $userids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    458458
    459459            wp_safe_redirect( $sendback );
Note: See TracChangeset for help on using the changeset viewer.