4108*4109* @since 2.9.04110*4111* @param int$post_id Post ID.4112* @param array$statusesArray of comment statuses.4113*/4114do_action('trashed_post_comments',$post_id,$statuses);41154116return$result;4117}41184119/**4120* Restores comments for a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.