Make WordPress Core

Ticket #60187: customize-controls.js.diff

File customize-controls.js.diff, 672 bytes (added by dartiss, 18 months ago)
  • wp-content/themes/twentytwenty/assets/js/customize-controls.js

    diff --git a/wp-content/themes/twentytwenty/assets/js/customize-controls.js b/wp-content/themes/twentytwenty/assets/js/customize-controls.js
    index 4397cf29c75d..ba2d5ad63f81 100644
    a b  
    6969                // Get accessible colors for the defined background-color and hue.
    7070                colors = twentyTwentyColor( backgroundColor, accentHue );
    7171
    72                 // Sanity check.
     72                // Confidence check.
    7373                if ( colors.getAccentColor() && 'function' === typeof colors.getAccentColor().toCSS ) {
    7474                        // Update the value for this context.
    7575                        value[ context ] = {