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:
parent
7137f26a5b
commit
43ccdeebd0
@ -29,7 +29,6 @@ function twentyfifteen_customize_register( $wp_customize ) {
|
||||
|
||||
$wp_customize->add_setting( 'color_scheme_css', array(
|
||||
'default' => '',
|
||||
'sanitize_callback' => 'esc_html',
|
||||
'transport' => 'postMessage',
|
||||
) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user