Ticket #39481: 39481.patch
File 39481.patch, 571 bytes (added by , 8 years ago) |
---|
-
wp-content/themes/twentyseventeen/functions.php
232 232 } 233 233 add_action( 'template_redirect', 'twentyseventeen_content_width', 0 ); 234 234 235 if ( ! function_exists( 'twentyseventeen_fonts_url' ) ) : 235 236 /** 236 237 * Register custom fonts. 237 238 */ … … 260 261 261 262 return esc_url_raw( $fonts_url ); 262 263 } 264 endif; 263 265 264 266 /** 265 267 * Add preconnect for Google Fonts.