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: https://develop.svn.wordpress.org/trunk@20933 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
45f7b34b4f
commit
cd3af4b6d1
@ -682,7 +682,7 @@ final class WP_Customize_Manager {
|
||||
) );
|
||||
|
||||
$this->add_control( new WP_Customize_Color_Control( $this, 'header_textcolor', array(
|
||||
'label' => __( 'Text Color' ),
|
||||
'label' => __( 'Header Text Color' ),
|
||||
'section' => 'colors',
|
||||
) ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user