Make WordPress Core


Ignore:
Timestamp:
10/19/2010 07:48:22 AM (16 years ago)
Author:
nacin
Message:

Pinking shears.

File:
1 edited

Legend:

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

    r15764 r15843  
    262262        if ( isset( $_REQUEST['action2'] ) && -1 != $_REQUEST['action2'] )
    263263            return $_REQUEST['action2'];
    264        
     264   
    265265        return false;
    266266    }
     
    399399    function get_pagenum( $query_var = 'paged' ) {
    400400        $pagenum = isset( $_REQUEST[$query_var] ) ? absint( $_REQUEST[$query_var] ) : 0;
    401    
     401
    402402        return max( 1, $pagenum );
    403403    }
     
    410410     *
    411411     * @return int
    412      */ 
     412     */
    413413    function get_items_per_page( $option, $default = 20 ) {
    414414        $per_page = (int) get_user_option( $option );
     
    622622     *
    623623     * @return array
    624      */ 
     624     */
    625625    function get_table_classes() {
    626626        extract( $this->_args );
Note: See TracChangeset for help on using the changeset viewer.