Ticket #38387: 38387.2.patch
File 38387.2.patch, 703 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/inc/icon-functions.php
102 102 * 103 103 * See https://core.trac.wordpress.org/ticket/38387. 104 104 */ 105 $svg .= ' <use xlink:href="#icon-' . esc_html( $args['icon'] ) . '"></use> ';105 $svg .= ' <use href="#icon-' . esc_html( $args['icon'] ) . '" xlink:href="#icon-' . esc_html( $args['icon'] ) . '"></use> '; 106 106 107 107 // Add some markup to use as a fallback for browsers that do not support SVGs. 108 108 if ( $args['fallback'] ) {