Continue supporting bulk action redirect in both directions.

This commit is contained in:
barryhughes 2023-08-03 16:17:52 -07:00
parent 8aa329e0b1
commit bc91ad26c2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class PostsRedirectionController {
$new_url = add_query_arg(
array(
'action' => $action,
'order' => $posts,
'id' => $posts,
'_wp_http_referer' => $this->page_controller->get_orders_url(),
'_wpnonce' => wp_create_nonce( 'bulk-orders' ),
),