mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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',
|
||||
) ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user