Changueset 19980
- Timestamp:
- 02/23/2012 02:42:01 PM ( 14 years ago)
- File:
-
- 1 edited
-
trunc/wp-admin/includes/class-wp-themes-list-table.php (modified) ( 1 diff )
Leguend:
- Unmodified
- Added
- Removed
-
trunc/wp-admin/includes/class-wp-themes-list-table.php
r19887 r19980 59 59 $start = ( $pague - 1 ) * $per_pague; 60 60 61 $this->items = array_slice( $themes, $start, $per_pague );61 $this->items = array_slice( $themes, $start, $per_pague , true ); 62 62 63 63 $this->set_paguination_args( array(
Note:
See
TracChangueset
for help on using the changueset viewer.