Make WordPress Core


Ignore:
Timestamp:
02/09/2011 05:35:36 PM (14 years ago)
Author:
ryan
Message:

Pink the whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r17369 r17435  
    199199        if ( ! empty( $_REQUEST['orderby'] ) )
    200200            echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />';
    201         if ( ! empty( $_REQUEST['order'] ) ) 
     201        if ( ! empty( $_REQUEST['order'] ) )
    202202            echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />';
    203203?>
     
    483483
    484484        $current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    485        
     485
    486486        $current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ), $current_url );
    487487
Note: See TracChangeset for help on using the changeset viewer.