Ticket #30409: 30409.diff
| File 30409.diff, 590 bytes (added by , 11 years ago) |
|---|
-
src/wp-content/themes/twentyfifteen/inc/customizer.php
28 28 ) ); 29 29 30 30 $wp_customize->add_setting( 'color_scheme_css', array( 31 'default' => '', 32 'sanitize_callback' => 'esc_html', 33 'transport' => 'postMessage', 31 'default' => '', 32 'transport' => 'postMessage', 34 33 ) ); 35 34 36 35 $wp_customize->add_control( 'color_scheme', array(