if ( $thumb ) { echo $thumb;
} } echo $post_link;
$post_type_object =
get_post_type_object( $post->post_type
);
echo "<a href='" .
get_permalink( $post->ID
) . "' class='comments-view-item-link'>" .
$post_type_object->labels->view_item . '</a>';
echo '<span class="post-com-count-wrapper post-com-count-',
$post->ID, '">';
$this->
comments_bubble( $post->ID,
$pending_comments );
echo '</span> ';
echo '</div>';
} /**
* @since 5.9.0 Renamed `$comment` to `$item` to match parent class for PHP 8 named parameter support.
*
* @param WP_Comment $item The comment object.
* @param string $column_name The custom column's name.
*/