Changeset 15893 for trunk/wp-admin/includes/list-table.php
- Timestamp:
- 10/21/2010 03:15:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/list-table.php
r15843 r15893 149 149 if ( 'page' == $key ) 150 150 return $this->get_pagenum(); 151 152 return @$this->_pagination_args[ $key ]; 151 152 if ( isset( $this->_pagination_args[$key] ) ) 153 return $this->_pagination_args[$key]; 153 154 } 154 155
Note: See TracChangeset
for help on using the changeset viewer.