Make WordPress Core

Ticket #45424: 45424.6.2.patch

File 45424.6.2.patch, 562 bytes (added by desrosj, 7 years ago)

A refactor of 45424.6.patch that removes the changes committed separately in r44187.

  • src/wp-content/themes/twentynineteen/inc/color-patterns.php

     
    1414
    1515        $primary_color = 199;
    1616        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 ) );
    1818        }
    1919
    2020        /**