Changeset 19980 for trunk/wp-admin/includes/class-wp-themes-list-table.php
- Timestamp:
- 02/23/2012 02:42:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r19887 r19980 59 59 $start = ( $page - 1 ) * $per_page; 60 60 61 $this->items = array_slice( $themes, $start, $per_page );61 $this->items = array_slice( $themes, $start, $per_page, true ); 62 62 63 63 $this->set_pagination_args( array(
Note: See TracChangeset
for help on using the changeset viewer.