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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-01-16 21:34:38 +00:00
parent 881e970f02
commit 94eb65baa0
8 changed files with 15 additions and 42 deletions

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'] ) ) {