Make WordPress Core

Changeset 26646


Ignore:
Timestamp:
12/04/2013 10:51:53 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix typo, props DrewAPicture. See #26414.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php

    r26643 r26646  
    2525    $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
    2626
    27     // Rename the label to "Site Title Color" because this only effects the site title in this theme.
     27    // Rename the label to "Site Title Color" because this only affects the site title in this theme.
    2828    $wp_customize->get_control( 'header_textcolor' )->label = __( 'Site Title Color', 'twentyfourteen' );
    2929
Note: See TracChangeset for help on using the changeset viewer.