From 3749d51b721710b09233f7b548b29d5bdb46d077 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 16 Dec 2014 13:20:23 +0000 Subject: [PATCH] Twenty Fifteen: Remove `esc_html()` from blog description. The blog description gets esc_html()'d *into* the DB. It's also escaped because the filter for `get_bloginfo()` is set to 'display'. see #30724. Built from https://develop.svn.wordpress.org/trunk@30897 git-svn-id: http://core.svn.wordpress.org/trunk@30887 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php index 194741f81c..d8e387ff7a 100644 --- a/wp-content/themes/twentyfifteen/header.php +++ b/wp-content/themes/twentyfifteen/header.php @@ -37,8 +37,8 @@ -

+ if ( $description || is_customize_preview() ) : ?> +