post_comment_meta_box_thead( array $result )
Displays comments for post table header
Parameters
- $result
-
(Required) Table header rows.
Return
(array)
Source
File: wp-admin/includes/meta-boxes.php
function post_comment_meta_box_thead($result) {
unset($result['cb'], $result['response']);
return $result;
}
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |