Ticket #45466: 45466.2.patch
| File 45466.2.patch, 738 bytes (added by , 7 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/functions.php
415 415 add_action( 'wp_head', 'twentyseventeen_colors_css_wrap' ); 416 416 417 417 /** 418 * Enqueue scripts and styles.418 * Enqueues scripts and styles. 419 419 */ 420 420 function twentyseventeen_scripts() { 421 421 // Add custom fonts, used in the main stylesheet. … … 472 472 add_action( 'wp_enqueue_scripts', 'twentyseventeen_scripts' ); 473 473 474 474 /** 475 * Enqueue editor styles for Gutenberg475 * Enqueues editor styles for Gutenberg 476 476 * 477 477 * @since Twenty Seventeen 1.8 478 478 */