Ticket #30124: 30124.diff
File 30124.diff, 614 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfifteen/inc/customizer.php
53 53 ) ); 54 54 55 55 $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'header_background_color', array( 56 'label' => esc_html__( 'Header &Sidebar Background Color', 'twentyfifteen' ),56 'label' => esc_html__( 'Header and Sidebar Background Color', 'twentyfifteen' ), 57 57 'section' => 'colors', 58 58 ) ) ); 59 59 }