Changeset 17343 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/21/2011 08:28:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/class-wp-list-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r17342 r17343 479 479 480 480 $current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; 481 482 $current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ), $current_url ); 481 483 482 484 $page_links = array();
Note: See TracChangeset
for help on using the changeset viewer.