From 5cab939b1e8bb8ec816ecb949fcfc45607e18a88 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sat, 12 Nov 2016 23:38:43 +0000 Subject: [PATCH] Twenty Seventeen: Keyboard navigation on Safari 10 fix This resolves the weird behaviour on Safari 10 has some weird behaviour. Props rianrietveld, swisspidy, afercia, sami.keijonen, arush, davidakennedy Fixes #38387 git-svn-id: https://develop.svn.wordpress.org/trunk@39206 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/inc/icon-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php index a5df56d6d8..dc423ee46d 100644 --- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php @@ -102,7 +102,7 @@ function twentyseventeen_get_svg( $args = array() ) { * * See https://core.trac.wordpress.org/ticket/38387. */ - $svg .= ' '; + $svg .= ' '; // Add some markup to use as a fallback for browsers that do not support SVGs. if ( $args['fallback'] ) {