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:
nacin 2012-05-26 15:24:42 +00:00
parent 8766391117
commit de39d08e9f
1 changed files with 1 additions and 1 deletions

View File

@ -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',
) ) );