Theme Customizer: 'Header Text Color', not 'Text Color', when referring to the header text in the Colors section. props ocean90. see #19910.
git-svn-id: http://core.svn.wordpress.org/trunk@20933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8766391117
commit
de39d08e9f
|
@ -682,7 +682,7 @@ final class WP_Customize_Manager {
|
||||||
) );
|
) );
|
||||||
|
|
||||||
$this->add_control( new WP_Customize_Color_Control( $this, 'header_textcolor', array(
|
$this->add_control( new WP_Customize_Color_Control( $this, 'header_textcolor', array(
|
||||||
'label' => __( 'Text Color' ),
|
'label' => __( 'Header Text Color' ),
|
||||||
'section' => 'colors',
|
'section' => 'colors',
|
||||||
) ) );
|
) ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue