forked from mirror/_s
Fix indentation on comments block
This commit is contained in:
parent
4134038278
commit
054aa194a7
12
page.php
12
page.php
|
@ -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. ?>
|
||||
|
||||
|
@ -32,4 +32,4 @@ get_header(); ?>
|
|||
</div><!-- #primary .content-area -->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
<?php get_footer(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
|
Reference in New Issue