- Timestamp:
- 10/15/2013 11:23:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php
r25792 r25802 19 19 $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; 20 20 $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; 21 21 22 22 // Add the custom accent color setting and control. 23 23 $wp_customize->add_setting( 'accent_color', array(
Note: See TracChangeset
for help on using the changeset viewer.