Changeset 17271 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/12/2011 05:24:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/class-wp-list-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r17270 r17271 438 438 function get_pagenum() { 439 439 $pagenum = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 0; 440 441 if( isset( $this->_pagination_args['total_pages'] ) && $pagenum > $this->_pagination_args['total_pages'] ) 442 $pagenum = $this->_pagination_args['total_pages']; 440 443 441 444 return max( 1, $pagenum );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)