- Timestamp:
- 05/11/2023 12:25:51 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r55732 r55749 166 166 167 167 if ( is_array( $_comments ) ) { 168 update_comment_cache( $_comments );169 170 168 $this->items = array_slice( $_comments, 0, $comments_per_page ); 171 169 $this->extra_items = array_slice( $_comments, $comments_per_page );
Note: See TracChangeset
for help on using the changeset viewer.