- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r43571 r47122 267 267 return $color_schemes['default']['colors']; 268 268 } 269 endif; // twentyfifteen_get_color_scheme 269 endif; // twentyfifteen_get_color_scheme() 270 270 271 271 if ( ! function_exists( 'twentyfifteen_get_color_scheme_choices' ) ) : … … 287 287 return $color_scheme_control_options; 288 288 } 289 endif; // twentyfifteen_get_color_scheme_choices 289 endif; // twentyfifteen_get_color_scheme_choices() 290 290 291 291 if ( ! function_exists( 'twentyfifteen_sanitize_color_scheme' ) ) : … … 307 307 return $value; 308 308 } 309 endif; // twentyfifteen_sanitize_color_scheme 309 endif; // twentyfifteen_sanitize_color_scheme() 310 310 311 311 /**
Note: See TracChangeset
for help on using the changeset viewer.