Changeset 37663 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 06/09/2016 01:55:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r37488 r37663 764 764 765 765 $current = $this->get_pagenum(); 766 $removable_query_args = wp_removable_query_args(); 766 767 767 768 $current_url = set_url_scheme( 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ); 768 769 769 $current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ), $current_url );770 $current_url = remove_query_arg( $removable_query_args, $current_url ); 770 771 771 772 $page_links = array();
Note: See TracChangeset
for help on using the changeset viewer.