Changeset 15904 for trunk/wp-admin/includes/list-table.php
- Timestamp:
- 10/21/2010 07:55:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/list-table.php
r15894 r15904 149 149 if ( 'page' == $key ) 150 150 return $this->get_pagenum(); 151 151 152 152 if ( isset( $this->_pagination_args[$key] ) ) 153 153 return $this->_pagination_args[$key]; … … 263 263 if ( isset( $_REQUEST['action2'] ) && -1 != $_REQUEST['action2'] ) 264 264 return $_REQUEST['action2']; 265 265 266 266 return false; 267 267 }
Note: See TracChangeset
for help on using the changeset viewer.