- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php
r39732 r42343 60 60 61 61 // Get the colorscheme or the default if there isn't one. 62 $colors = twentyseventeen_sanitize_colorscheme( get_theme_mod( 'colorscheme', 'light' ) );62 $colors = twentyseventeen_sanitize_colorscheme( get_theme_mod( 'colorscheme', 'light' ) ); 63 63 $classes[] = 'colors-' . $colors; 64 64
Note: See TracChangeset
for help on using the changeset viewer.