Ticket #40292: 40292.diff
File 40292.diff, 524 bytes (added by , 19 months ago) |
---|
-
src/wp-content/themes/twentyseventeen/inc/icon-functions.php
16 16 17 17 // If it exists, include it. 18 18 if ( file_exists( $svg_icons ) ) { 19 re quire_once $svg_icons;19 readfile( $svg_icons ); 20 20 } 21 21 } 22 22 add_action( 'wp_footer', 'twentyseventeen_include_svg_icons', 9999 );