From 1d87737d07cffcfb747399623e4413ee83789249 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 4 Dec 2013 22:51:53 +0000 Subject: [PATCH] Twenty Fourteen: fix typo, props DrewAPicture. See #26414. git-svn-id: https://develop.svn.wordpress.org/trunk@26646 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index f58fd554d7..cffca2995f 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfourteen/inc/customizer.php @@ -24,7 +24,7 @@ function twentyfourteen_customize_register( $wp_customize ) { $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; - // Rename the label to "Site Title Color" because this only effects the site title in this theme. + // Rename the label to "Site Title Color" because this only affects the site title in this theme. $wp_customize->get_control( 'header_textcolor' )->label = __( 'Site Title Color', 'twentyfourteen' ); // Rename the label to "Display Site Title & Tagline" in order to make this option extra clear.