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