Make WordPress Core


Ignore:
Timestamp:
10/21/2010 07:55:28 PM (14 years ago)
Author:
nacin
Message:

Pruning shears.

File:
1 edited

Legend:

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

    r15894 r15904  
    149149        if ( 'page' == $key )
    150150            return $this->get_pagenum();
    151            
     151
    152152        if ( isset( $this->_pagination_args[$key] ) )
    153153            return $this->_pagination_args[$key];
     
    263263        if ( isset( $_REQUEST['action2'] ) && -1 != $_REQUEST['action2'] )
    264264            return $_REQUEST['action2'];
    265    
     265
    266266        return false;
    267267    }
Note: See TracChangeset for help on using the changeset viewer.