Changeset 30802
- Timestamp:
- 12/10/2014 01:20:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r30763 r30802 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. … … 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' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.