id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 46014 The 'Mine' filter on single-post comments should be filtered using $post_id garrett-eclipse pento "As @matt flagged here - https://wordpress.slack.com/archives/C02RQBWTW/p1547663425204000 The comment count beside the 'Mine' filter is incorrect when on the single-post view (i.e. edit-comments.php?p=####&comment_status=approved) as it doens't account for the $post_id from the view. This was introduced to trunk in ticket #42379 If `$post_id` is set in the `get_views` function then it should be used to create the mine count when calling `get_comments` here; [[BR]] https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-comments-list-table.php?rev=42684#L280 This can be fixed by passing `$post_id` as an arg to the `get_comments` call." defect (bug) closed normal 5.1 Comments 5.1 major fixed has-patch administration