From 0462166cec14e1df2e74fcc49fa4ecd27231ad08 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 19 Nov 2014 18:40:25 +0000 Subject: [PATCH] Twenty Fifteen: Check if we're in the customizer before we avoid outputting HTML for an empty tagline. Avoids an issue with a not-updating customizer preview of the tagline if you're going in with an empty tagline. Props philiparthurmoore, celloexpressions, fixes #30358. git-svn-id: https://develop.svn.wordpress.org/trunk@30391 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/header.php b/src/wp-content/themes/twentyfifteen/header.php index adc83b1169..f6a3852f2e 100644 --- a/src/wp-content/themes/twentyfifteen/header.php +++ b/src/wp-content/themes/twentyfifteen/header.php @@ -37,7 +37,7 @@ + if ( ! empty( $description ) || is_customize_preview() ) : ?>