#blamenacin, see #16166.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-01-12 23:22:03 +00:00
parent 121c9615e1
commit 5787bf3e0e
1 changed files with 2 additions and 2 deletions

View File

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