id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 33497,Customizer textarea adds slashes,Looimaster,," {{{ $wp_customize->add_setting( 'something', array( 'default' => '', 'sanitize_callback' => 'wp_filter_nohtml_kses', ) ); $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'something', array( 'label' => '', 'section' => 'colors', 'type' => 'textarea', ) ) ); }}} When "" is entered then it's loaded as \"" next time.",defect (bug),closed,normal,,General,4.3,normal,invalid,,,