wp-admin/includes/class-wp-posts-list-table.php:1362Handles the comments column output.
$postWP_Post public function column_comments( $post ) { ?> <div class="post-com-count-wrapper"> <?php $pending_comments = $this->comment_pending_count[ $post->ID ] ?? 0; $this->comments_bubble( $post->ID, $pending_comments ); ?> </div> <?php }Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/class-wp-posts-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.