Make WordPress Core

Ticket #62787: 62787.patch

File 62787.patch, 565 bytes (added by pitamdey, 2 months ago)

Patch for this issue

  • wp-content/themes/twentynineteen/functions.php

     
    342342        ?>
    343343
    344344        <style type="text/css" id="custom-theme-colors" <?php echo is_customize_preview() ? 'data-hue="' . absint( $primary_color ) . '"' : ''; ?>>
    345                 <?php echo twentynineteen_custom_colors_css(); ?>
     345                <?php echo esc_html( twentynineteen_custom_colors_css() ); ?>
    346346        </style>
    347347        <?php
    348348}