diff --git a/src/wp-admin/edit-comments.php b/src/wp-admin/edit-comments.php
index 0bd3b7a09d..4092af60db 100644
|
a
|
b
|
if ( $doaction ) { |
| 102 | 102 | * |
| 103 | 103 | * @since 4.7.0 |
| 104 | 104 | * |
| 105 | | * @param string $redirect_url The redirect URL. |
| | 105 | * @param string $redirect_to The redirect URL. |
| 106 | 106 | * @param string $doaction The action being taken. |
| 107 | | * @param array $items The items to take the action on. |
| | 107 | * @param array $comment_ids The comment ids to take the action on. |
| 108 | 108 | */ |
| 109 | 109 | $redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $comment_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores |
| 110 | 110 | } |