Make WordPress Core

Ticket #40292: 40292.diff

File 40292.diff, 524 bytes (added by sabernhardt, 19 months ago)

refreshing the patch

  • src/wp-content/themes/twentyseventeen/inc/icon-functions.php

     
    1616
    1717        // If it exists, include it.
    1818        if ( file_exists( $svg_icons ) ) {
    19                 require_once $svg_icons;
     19                readfile( $svg_icons );
    2020        }
    2121}
    2222add_action( 'wp_footer', 'twentyseventeen_include_svg_icons', 9999 );