Make WordPress Core

Changeset 30315


Ignore:
Timestamp:
11/12/2014 11:00:28 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: since color schemes can be customized let's call them base color schemes instead of just color schemes.

Props celloexpressions, iandstewart, fixes #30316

File:
1 edited

Legend:

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

    r30305 r30315  
    3535
    3636    $wp_customize->add_control( 'color_scheme', array(
    37         'label'    => esc_html__( 'Color Scheme', 'twentyfifteen' ),
     37        'label'    => esc_html__( 'Base Color Scheme', 'twentyfifteen' ),
    3838        'section'  => 'colors',
    3939        'type'     => 'select',
Note: See TracChangeset for help on using the changeset viewer.