Ticket #45928: 45928.patch
File 45928.patch, 624 bytes (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/inc/color-patterns.php
12 12 */ 13 13 function twentynineteen_custom_colors_css() { 14 14 15 $primary_color = 199;15 $primary_color = apply_filters( 'twentynineteen_custom_colors_primary_color', 199 ); 16 16 if ( 'default' !== get_theme_mod( 'primary_color', 'default' ) ) { 17 17 $primary_color = absint( get_theme_mod( 'primary_color_hue', 199 ) ); 18 18 }