Ticket #15961: 15961.patch
| File 15961.patch, 520 bytes (added by SergeyBiryukov, 2 years ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
108 108 foreach ( $_comments as $_c ) { 109 109 $_comment_post_ids[] = $_c->comment_post_ID; 110 110 } 111 $_comment_post_ids = array_unique( $_comment_post_ids ); 111 112 112 113 $this->pending_count = get_pending_comments_num( $_comment_post_ids ); 113 114
