From de39d08e9f17099ac63aeb1d05980babb41b64e4 Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 26 May 2012 15:24:42 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 19c14570a..55e46a907 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -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', ) ) );