#blamenacin, see #16166.
git-svn-id: https://develop.svn.wordpress.org/trunk@17273 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd8d4a6c02
commit
fabe2d6fdc
@ -84,7 +84,7 @@ if ( $doaction ) {
|
||||
$location = $referer;
|
||||
}
|
||||
|
||||
$location = $wp_list_table->add_query_args( $locations );
|
||||
$location = $wp_list_table->add_query_args( $location );
|
||||
$location = add_query_arg( array( 'attached' => $attached ) , $location );
|
||||
wp_redirect( $location );
|
||||
exit;
|
||||
@ -122,7 +122,7 @@ if ( $doaction ) {
|
||||
break;
|
||||
}
|
||||
|
||||
$location = $wp_list_table->add_query_args( $locations );
|
||||
$location = $wp_list_table->add_query_args( $location );
|
||||
wp_redirect( $location );
|
||||
exit;
|
||||
} elseif ( ! empty( $_REQUEST['_wp_http_referer'] ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user