I cannot find where the comments for a post are printed in the default Kubrick theme.
I searched for it, some function catalogs say it should be on line 38 in comments.php, but it's not there! And it's not anywhere in the file.
The only place I have found comment_text() in so far is comments-popup.php, which is not used.
I need to display custom text in every comment, that's why I'm looking for where the comments are displayed, to add my <?php print... before it.
Where can I find comment_text() or where are the comments displayed?
Thanks!