- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/inc/customizer.php
r45768 r47122 104 104 <?php 105 105 } 106 endif; // twentysixteen_header_style 106 endif; // twentysixteen_header_style() 107 107 108 108 /** … … 386 386 return $color_schemes['default']['colors']; 387 387 } 388 endif; // twentysixteen_get_color_scheme 388 endif; // twentysixteen_get_color_scheme() 389 389 390 390 if ( ! function_exists( 'twentysixteen_get_color_scheme_choices' ) ) : … … 409 409 return $color_scheme_control_options; 410 410 } 411 endif; // twentysixteen_get_color_scheme_choices 411 endif; // twentysixteen_get_color_scheme_choices() 412 412 413 413 … … 433 433 return $value; 434 434 } 435 endif; // twentysixteen_sanitize_color_scheme 435 endif; // twentysixteen_sanitize_color_scheme() 436 436 437 437 /**
Note: See TracChangeset
for help on using the changeset viewer.