mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-12 14:49:55 +01:00
#blamenacin, see #16166.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
121c9615e1
commit
5787bf3e0e
@ -84,7 +84,7 @@ if ( $doaction ) {
|
|||||||
$location = $referer;
|
$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 );
|
$location = add_query_arg( array( 'attached' => $attached ) , $location );
|
||||||
wp_redirect( $location );
|
wp_redirect( $location );
|
||||||
exit;
|
exit;
|
||||||
@ -122,7 +122,7 @@ if ( $doaction ) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$location = $wp_list_table->add_query_args( $locations );
|
$location = $wp_list_table->add_query_args( $location );
|
||||||
wp_redirect( $location );
|
wp_redirect( $location );
|
||||||
exit;
|
exit;
|
||||||
} elseif ( ! empty( $_REQUEST['_wp_http_referer'] ) ) {
|
} elseif ( ! empty( $_REQUEST['_wp_http_referer'] ) ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user