forked from mirror/_s
Fix spacing and tabbing problems in page.php introduced in 4134038278
and 054aa194a7
This commit is contained in:
parent
054aa194a7
commit
3f85aae174
8
page.php
8
page.php
|
@ -21,10 +21,10 @@ 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