From 43ccdeebd094fb4dea5f4a3ea5522b5502fc0e74 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 20 Nov 2014 01:34:56 +0000 Subject: [PATCH] Twenty Fifteen: escaping here breaks color schemes. Props celloexpressions, iamtakashi, fixes #30409. git-svn-id: https://develop.svn.wordpress.org/trunk@30398 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/inc/customizer.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index ad03a6cef1..6624e660f2 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -28,9 +28,8 @@ function twentyfifteen_customize_register( $wp_customize ) { ) ); $wp_customize->add_setting( 'color_scheme_css', array( - 'default' => '', - 'sanitize_callback' => 'esc_html', - 'transport' => 'postMessage', + 'default' => '', + 'transport' => 'postMessage', ) ); $wp_customize->add_control( 'color_scheme', array(