Revert [17270], [17273], see #16166, see #16262.

git-svn-id: https://develop.svn.wordpress.org/trunk@17321 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-01-16 21:34:38 +00:00
parent e6f68ba5f6
commit 71b24d4577
8 changed files with 15 additions and 42 deletions
-2
View File
@@ -84,7 +84,6 @@ if ( $doaction ) {
$location = $referer;
}
$location = $wp_list_table->add_query_args( $location );
$location = add_query_arg( array( 'attached' => $attached ) , $location );
wp_redirect( $location );
exit;
@@ -122,7 +121,6 @@ if ( $doaction ) {
break;
}
$location = $wp_list_table->add_query_args( $location );
wp_redirect( $location );
exit;
} elseif ( ! empty( $_GET['_wp_http_referer'] ) ) {