4158*4159* @since 2.9.04160*4161* @param int$post_id Post ID.4162* @param array$statusesArray of comment statuses.4163*/4164do_action('trashed_post_comments',$post_id,$statuses);41654166return$result;4167}41684169/**4170* Restores comments for a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.