Coding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored.

See #47632.



git-svn-id: https://develop.svn.wordpress.org/trunk@45599 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-07-05 01:44:41 +00:00
parent 93be654dbd
commit 6b61c34ded
33 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ if ( $action ) {
$sendback = wp_get_referer();
/** This action is documented in wp-admin/edit-comments.php */
$sendback = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $sendback, $action, $plugins );
$sendback = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $sendback, $action, $plugins ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
wp_safe_redirect( $sendback );
exit;
}