Ticket #19910: 19910.declare-text-color-as-header-text.patch
File 19910.declare-text-color-as-header-text.patch, 483 bytes (added by , 8 years ago) |
---|
-
wp-includes/class-wp-customize-manager.php
682 682 ) ); 683 683 684 684 $this->add_control( new WP_Customize_Color_Control( $this, 'header_textcolor', array( 685 'label' => __( ' Text Color' ),685 'label' => __( 'Header Text Color' ), 686 686 'section' => 'colors', 687 687 ) ) ); 688 688