Changeset 37663
- Timestamp:
- 06/09/2016 01:55:40 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 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(); -
trunk/src/wp-includes/functions.php
r37646 r37663 866 866 'enabled', 867 867 'error', 868 'hotkeys_highlight_first', 869 'hotkeys_highlight_last', 868 870 'locked', 869 871 'message',
Note: See TracChangeset
for help on using the changeset viewer.