Changeset 49721
- Timestamp:
- 12/01/2020 04:33:29 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/includes/class-wp-media-list-table.php
r49567 r49721 101 101 $this->set_pagination_args( 102 102 array( 103 'total_items' => array_sum( (array) wp_count_attachments() ), 103 'total_items' => $wp_query->found_posts, 104 'total_pages' => $wp_query->max_num_pages, 104 105 'per_page' => $wp_query->query_vars['posts_per_page'], 105 106 )
Note: See TracChangeset
for help on using the changeset viewer.