diff --git a/src/wp-content/themes/twentyfourteen/index.php b/src/wp-content/themes/twentyfourteen/index.php index ecb821502c..6179e356e7 100644 --- a/src/wp-content/themes/twentyfourteen/index.php +++ b/src/wp-content/themes/twentyfourteen/index.php @@ -19,10 +19,10 @@ get_header(); ?>
diff --git a/src/wp-content/themes/twentyfourteen/page.php b/src/wp-content/themes/twentyfourteen/page.php index 83435de38f..44724e9466 100644 --- a/src/wp-content/themes/twentyfourteen/page.php +++ b/src/wp-content/themes/twentyfourteen/page.php @@ -16,10 +16,10 @@ get_header(); ?>
@@ -32,9 +32,9 @@ get_header(); ?> get_template_part( 'content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. - if ( comments_open() || get_comments_number() ) : + if ( comments_open() || get_comments_number() ) { comments_template(); - endif; + } endwhile; ?>