WordPress Version: 6.1
/**
* Displays comments for post table header
*
* @since 3.0.0
*
* @param array $result Table header rows.
* @return array
*/
function post_comment_meta_box_thead($result)
{
unset($result['cb'], $result['response']);
return $result;
}