Make WordPress Core

Ticket #63692: 63692.patch

File 63692.patch, 1.1 KB (added by viralsampat, 13 months ago)

I have reviewed above mentioned issue and resolved it. Here, I have added its patch.

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

    diff --git src/wp-content/themes/twentynineteen/functions.php src/wp-content/themes/twentynineteen/functions.php
    index 41a798bfbf..c0b078fb1b 100644
    add_action( 'after_setup_theme', 'twentynineteen_content_width', 0 );  
    251251
    252252/**
    253253 * Enqueue scripts and styles.
     254 *
     255 * @since Twenty Nineteen 1.0
    254256 */
    255257function twentynineteen_scripts() {
    256258        wp_enqueue_style( 'twentynineteen-style', get_stylesheet_uri(), array(), wp_get_theme()->get( 'Version' ) );
  • src/wp-content/themes/twentyseventeen/functions.php

    diff --git src/wp-content/themes/twentyseventeen/functions.php src/wp-content/themes/twentyseventeen/functions.php
    index 22bc3fc58c..27305dca85 100644
    add_action( 'wp_head', 'twentyseventeen_colors_css_wrap' );  
    445445
    446446/**
    447447 * Enqueues scripts and styles.
     448 *
     449 * @since Twenty Seventeen 1.0
    448450 */
    449451function twentyseventeen_scripts() {
    450452        // Add custom fonts, used in the main stylesheet.