From d06a94d1e4912cb93e161c37f20729f24d24e53a Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 19 Nov 2014 18:41:22 +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. Built from https://develop.svn.wordpress.org/trunk@30391 git-svn-id: http://core.svn.wordpress.org/trunk@30388 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php index adc83b1169..f6a3852f2e 100644 --- a/wp-content/themes/twentyfifteen/header.php +++ b/wp-content/themes/twentyfifteen/header.php @@ -37,7 +37,7 @@ + if ( ! empty( $description ) || is_customize_preview() ) : ?>