<?php
/*
 * Comment template (comment.php)
 * Renders comments list, pagination & form for posts/pages.
 * Called via comments_template() in single.php/page.php.
*/
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/


// Block direct access
if (!defined('ABSPATH')) exit;