4232*4233* @since 2.9.04234*4235* @param int$post_id Post ID.4236* @param array$statusesArray of comment statuses.4237*/4238do_action('trashed_post_comments',$post_id,$statuses);42394240return$result;4241}42424243/**4244* Restores comments for a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.