Fix indentation on comments block

This commit is contained in:
sixhours 2013-02-28 11:47:17 -05:00
parent 4134038278
commit 054aa194a7
1 changed files with 6 additions and 6 deletions

View File

@ -20,11 +20,11 @@ get_header(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template( '', true );
?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template( '', true );
?>
<?php endwhile; // end of the loop. ?>