- Timestamp:
- 02/21/2014 06:29:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r26943 r27221 130 130 $this->set_pagination_args( array( 131 131 'total_items' => $api->info['results'], 132 'per_page' => $ per_page,132 'per_page' => $args['per_page'], 133 133 ) ); 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.