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:
Ian Stewart 2014-11-12 23:00:28 +00:00
parent 23259d37ef
commit 0ac9a44244
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function twentyfifteen_customize_register( $wp_customize ) {
) );
$wp_customize->add_control( 'color_scheme', array(
'label' => esc_html__( 'Color Scheme', 'twentyfifteen' ),
'label' => esc_html__( 'Base Color Scheme', 'twentyfifteen' ),
'section' => 'colors',
'type' => 'select',
'choices' => twentyfifteen_get_color_scheme_choices(),