Administration: Standardise the docblocks for the handle_bulk_actions-* filters.
Props ericlewis, Veraxus Fixes #16031 Built from https://develop.svn.wordpress.org/trunk@38958 git-svn-id: http://core.svn.wordpress.org/trunk@38901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -91,9 +91,9 @@ if ( $doaction ) {
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
* @param string $redirect_to The redirect URL.
|
||||
* @param string $doaction The action being taken.
|
||||
* @param array $comment_ids The comments to take the action on.
|
||||
* @param string $redirect_url The redirect URL.
|
||||
* @param string $doaction The action being taken.
|
||||
* @param array $items The items to take the action on.
|
||||
*/
|
||||
$redirect_to = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $redirect_to, $doaction, $comment_ids );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user