diff --git a/wp-includes/pluggable-functions.php b/wp-includes/pluggable-functions.php index 5f259b80d..7728633ac 100644 --- a/wp-includes/pluggable-functions.php +++ b/wp-includes/pluggable-functions.php @@ -254,7 +254,7 @@ function check_admin_referer($action = -1) { die($html); } - do_action('check_admin_referer'); + do_action('check_admin_referer', $action); }endif; if ( !function_exists('check_ajax_referer') ) :