From 77537cae6ac0f8375fb8ebf3732ecfd4836b86bf Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 7 Dec 2013 00:53:33 +0000 Subject: [PATCH] Twenty Fourteen: clean up PHP braces style in page templates. Closes #26467. git-svn-id: https://develop.svn.wordpress.org/trunk@26761 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/index.php | 4 ++-- src/wp-content/themes/twentyfourteen/page.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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; ?>