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 git-svn-id: https://develop.svn.wordpress.org/trunk@30315 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
23259d37ef
commit
0ac9a44244
|
@ -34,7 +34,7 @@ function twentyfifteen_customize_register( $wp_customize ) {
|
||||||
) );
|
) );
|
||||||
|
|
||||||
$wp_customize->add_control( 'color_scheme', array(
|
$wp_customize->add_control( 'color_scheme', array(
|
||||||
'label' => esc_html__( 'Color Scheme', 'twentyfifteen' ),
|
'label' => esc_html__( 'Base Color Scheme', 'twentyfifteen' ),
|
||||||
'section' => 'colors',
|
'section' => 'colors',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'choices' => twentyfifteen_get_color_scheme_choices(),
|
'choices' => twentyfifteen_get_color_scheme_choices(),
|
||||||
|
|
Loading…
Reference in New Issue