Ticket #45424: 45424.6.2.patch
File 45424.6.2.patch, 562 bytes (added by , 7 years ago) |
---|
-
src/wp-content/themes/twentynineteen/inc/color-patterns.php
14 14 15 15 $primary_color = 199; 16 16 if ( 'default' !== get_theme_mod( 'primary_color', 'default' ) ) { 17 $primary_color = absint( get_theme_mod( 'primary_color ', 199 ) );17 $primary_color = absint( get_theme_mod( 'primary_color_hue', 199 ) ); 18 18 } 19 19 20 20 /**