Make WordPress Core

Ticket #48857: 48857.patch

File 48857.patch, 750 bytes (added by dilipbheda, 5 years ago)
  • src/wp-admin/edit-comments.php

    diff --git a/src/wp-admin/edit-comments.php b/src/wp-admin/edit-comments.php
    index 0bd3b7a09d..4092af60db 100644
    a b if ( $doaction ) { 
    102102                 *
    103103                 * @since 4.7.0
    104104                 *
    105                  * @param string $redirect_url The redirect URL.
     105                 * @param string $redirect_to The redirect URL.
    106106                 * @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.
    108108                 */
    109109                $redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $comment_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    110110        }