Make WordPress Core

Ticket #30652: 30652.diff

File 30652.diff, 833 bytes (added by iamtakashi, 10 years ago)
  • src/wp-content/themes/twentyfifteen/inc/customizer.php

     
    182182}
    183183endif; // twentyfifteen_get_color_scheme
    184184
    185 if ( ! function_exists( 'twentyfifteen_get_color_scheme_control_options' ) ) :
     185if ( ! function_exists( 'twentyfifteen_get_color_scheme_choices' ) ) :
    186186/**
    187187 * Returns an array of color scheme choices registered for Twenty Fifteen.
    188188 *
     
    200200
    201201        return $color_scheme_control_options;
    202202}
    203 endif; // twentyfifteen_get_color_scheme_control_options
     203endif; // twentyfifteen_get_color_scheme_choices
    204204
    205205if ( ! function_exists( 'twentyfifteen_sanitize_color_scheme' ) ) :
    206206/**