Make WordPress Core

Ticket #39481: 39481.patch

File 39481.patch, 571 bytes (added by johnpgreen, 8 years ago)
  • wp-content/themes/twentyseventeen/functions.php

     
    232232}
    233233add_action( 'template_redirect', 'twentyseventeen_content_width', 0 );
    234234
     235if ( ! function_exists( 'twentyseventeen_fonts_url' ) ) :
    235236/**
    236237 * Register custom fonts.
    237238 */
     
    260261
    261262        return esc_url_raw( $fonts_url );
    262263}
     264endif;
    263265
    264266/**
    265267 * Add preconnect for Google Fonts.