/**
* Filters the comment status links.
*
* @since 2.5.0
* @since 5.1.0 The 'Mine' link was added.
*
* @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine',
* 'Pending', 'Approved', 'Spam', and 'Trash'.
*/
return apply_filters( 'comment_status_links',
$this->
get_views_links( $status_links ) );
} /**
* @global string $comment_status
*
* @return array
*/
protected function get_bulk_actions() { global $comment_status;
$actions = array
();