4230*4231* @since 2.9.04232*4233* @param int$post_id Post ID.4234* @param array$statusesArray of comment statuses.4235*/4236do_action('trashed_post_comments',$post_id,$statuses);42374238return$result;4239}42404241/**4242* Restores comments for a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.