Ticket #56699: 56699.twentyseventeen.patch
File 56699.twentyseventeen.patch, 711 bytes (added by , 20 months ago) |
---|
-
src/wp-content/themes/twentyseventeen/functions.php
473 473 wp_style_add_data( 'twentyseventeen-ie8', 'conditional', 'lt IE 9' ); 474 474 475 475 // Register the html5 shiv. 476 wp_register_s tyle( 'html5', get_theme_file_uri( '/assets/js/html5.js' ), array(), '20161020' );476 wp_register_script( 'html5', get_theme_file_uri( '/assets/js/html5.js' ), array(), '20161020' ); 477 477 wp_script_add_data( 'html5', 'conditional', 'lt IE 9' ); 478 478 479 479 // Skip-link fix is no longer enqueued by default.