Changeset 17435 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 02/09/2011 05:35:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r17369 r17435 199 199 if ( ! empty( $_REQUEST['orderby'] ) ) 200 200 echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />'; 201 if ( ! empty( $_REQUEST['order'] ) ) 201 if ( ! empty( $_REQUEST['order'] ) ) 202 202 echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />'; 203 203 ?> … … 483 483 484 484 $current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; 485 485 486 486 $current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ), $current_url ); 487 487
Note: See TracChangeset
for help on using the changeset viewer.