Continue supporting bulk action redirect in both directions.
This commit is contained in:
parent
8aa329e0b1
commit
bc91ad26c2
|
@ -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' ),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue