forked from mirror/_s
Fix indentation on comments block
This commit is contained in:
parent
4134038278
commit
054aa194a7
10
page.php
10
page.php
|
@ -20,11 +20,11 @@ get_header(); ?>
|
||||||
|
|
||||||
<?php get_template_part( 'content', 'page' ); ?>
|
<?php get_template_part( 'content', 'page' ); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// If comments are open or we have at least one comment, load up the comment template
|
// If comments are open or we have at least one comment, load up the comment template
|
||||||
if ( comments_open() || '0' != get_comments_number() )
|
if ( comments_open() || '0' != get_comments_number() )
|
||||||
comments_template( '', true );
|
comments_template( '', true );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php endwhile; // end of the loop. ?>
|
<?php endwhile; // end of the loop. ?>
|
||||||
|
|
||||||
|
|
Reference in New Issue