Ticket #30652: 30652.diff
File 30652.diff, 833 bytes (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/inc/customizer.php
182 182 } 183 183 endif; // twentyfifteen_get_color_scheme 184 184 185 if ( ! function_exists( 'twentyfifteen_get_color_scheme_c ontrol_options' ) ) :185 if ( ! function_exists( 'twentyfifteen_get_color_scheme_choices' ) ) : 186 186 /** 187 187 * Returns an array of color scheme choices registered for Twenty Fifteen. 188 188 * … … 200 200 201 201 return $color_scheme_control_options; 202 202 } 203 endif; // twentyfifteen_get_color_scheme_c ontrol_options203 endif; // twentyfifteen_get_color_scheme_choices 204 204 205 205 if ( ! function_exists( 'twentyfifteen_sanitize_color_scheme' ) ) : 206 206 /**