I am not sure if this has been covered elsewhere but I thought I would point it out just in case.
I have found a minor bug in the legacy.comments.php file
In the section that reads:
Code:
<?php // If comments are open
if ('open' == $post->comment_status) : ?>
<h3 class="reply"><?php _e('Leave a Reply','atahualpa'); ?></h3>
Code:
<?php // If comments are open
if ('open' == $post->comment_status) : ?>
<div id="respond">
<h3 class="reply"><?php _e('Leave a Reply','atahualpa'); ?></h3>







Linear Mode
