Make WordPress Core


Ignore:
Timestamp:
10/26/2016 02:44:57 PM (9 years ago)
Author:
johnbillion
Message:

Administration: Standardise the docblocks for the handle_bulk_actions-* filters.

Props ericlewis, Veraxus
Fixes #16031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-comments.php

    r38718 r38958  
    9292         * @since 4.7.0
    9393         *
    94          * @param string $redirect_to The redirect URL.
    95          * @param string $doaction    The action being taken.
    96          * @param array  $comment_ids The comments to take the action on.
     94         * @param string $redirect_url The redirect URL.
     95         * @param string $doaction     The action being taken.
     96         * @param array  $items        The items to take the action on.
    9797         */
    9898        $redirect_to = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $comment_ids );
Note: See TracChangeset for help on using the changeset viewer.