Ticket #35620: 35620.diff
File 35620.diff, 642 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/class-wp-list-table.php
766 766 767 767 $current_url = set_url_scheme( 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ); 768 768 769 $current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ), $current_url );769 $current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first', 'update' ), $current_url ); 770 770 771 771 $page_links = array(); 772 772