4308*4309* @since 2.9.04310*4311* @param int$post_id Post ID.4312* @param array$statusesArray of comment statuses.4313*/4314do_action('trashed_post_comments',$post_id,$statuses);43154316return$result;4317}43184319/**4320* Restores comments for a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.