From 00d39bd2056409dd181ce28baecda5aef73cc87d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 7 Dec 2013 00:54:10 +0000 Subject: [PATCH] Twenty Fourteen: clean up PHP braces style in page templates. Closes #26467. Built from https://develop.svn.wordpress.org/trunk@26761 git-svn-id: http://core.svn.wordpress.org/trunk@26649 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/index.php | 4 ++-- wp-content/themes/twentyfourteen/page.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/twentyfourteen/index.php b/wp-content/themes/twentyfourteen/index.php index ecb821502c..6179e356e7 100644 --- a/wp-content/themes/twentyfourteen/index.php +++ b/wp-content/themes/twentyfourteen/index.php @@ -19,10 +19,10 @@ get_header(); ?>
diff --git a/wp-content/themes/twentyfourteen/page.php b/wp-content/themes/twentyfourteen/page.php index 83435de38f..44724e9466 100644 --- a/wp-content/themes/twentyfourteen/page.php +++ b/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; ?>