Changeset 26646
- Timestamp:
- 12/04/2013 10:51:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php
r26643 r26646 25 25 $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; 26 26 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. 28 28 $wp_customize->get_control( 'header_textcolor' )->label = __( 'Site Title Color', 'twentyfourteen' ); 29 29
Note: See TracChangeset
for help on using the changeset viewer.