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


Built from https://develop.svn.wordpress.org/trunk@30315


git-svn-id: http://core.svn.wordpress.org/trunk@30314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-12 23:01:21 +00:00
parent 7f970d53b1
commit 99a35f20e6
2 changed files with 2 additions and 2 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(),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30314';
$wp_version = '4.1-alpha-30315';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.