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.