| 1 | Index: wp-admin/network/themes.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/network/themes.php (revision 17231) |
|---|
| 4 | +++ wp-admin/network/themes.php (working copy) |
|---|
| 5 | @@ -28,7 +28,7 @@ |
|---|
| 6 | $s = isset($_REQUEST['s']) ? $_REQUEST['s'] : ''; |
|---|
| 7 | |
|---|
| 8 | // Clean up request URI from temporary args for screen options/paging uri's to work as expected. |
|---|
| 9 | -$temp_args = array( 'enabled', 'disabled', 'deleted', 'error' ); |
|---|
| 10 | +$temp_args = array( 'enabled', 'disabled', 'deleted', 'error', 'action', 'checked', 'theme_status' ); |
|---|
| 11 | $_SERVER['REQUEST_URI'] = remove_query_arg( $temp_args, $_SERVER['REQUEST_URI'] ); |
|---|
| 12 | $referer = remove_query_arg( $temp_args, wp_get_referer() ); |
|---|
| 13 | |
|---|