sparkling_comment or how comments are being handled by Sparkling them

Hello!

I have installed the Sparkling theme and I need to add a line of code in the comment handler but I can’t find the function sparkling_comment().

In comments.php you can read:

/**
 * The template for displaying Comments.
 *
 * The area of the page that contains both current comments
 * and the comment form. The actual display of comments is
 * handled by a callback to sparkling_comment() which is
 * located in the inc/template-tags.php file.
 *
 * @package sparkling
 */

I can’t find any function sparkling_comment() in inc/template-tags.php and I can’t find it anywhere else. Any tips?

Thank you

comments.php is the only file related to comment section for this theme. I have to fix that reference as there is no such thing as callback to sparkling_comment() and everything is simplified inside that file alone.

Sorry for inconvenience.

Let me know if you need any further assistance.

Sorry for my late answer. I solved the problem on my own. Anyway, thank you for your support!