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
This commit is contained in:
Ian Stewart 2014-11-20 01:34:56 +00:00
parent 7137f26a5b
commit 43ccdeebd0

View File

@ -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(