From 41cf4e1656d5a9da27320007255c89801963c8b3 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sat, 12 Nov 2016 23:39:34 +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 Built from https://develop.svn.wordpress.org/trunk@39206 git-svn-id: http://core.svn.wordpress.org/trunk@39146 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/inc/icon-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/inc/icon-functions.php b/wp-content/themes/twentyseventeen/inc/icon-functions.php index a5df56d6d8..dc423ee46d 100644 --- a/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/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'] ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 00e4ce5cd3..ebeaed952b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta3-39205'; +$wp_version = '4.7-beta3-39206'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.