diff --git a/wp-content/themes/twentyseventeen/assets/js/global.js b/wp-content/themes/twentyseventeen/assets/js/global.js index 8c103d6ebe..de64a9c2d7 100644 --- a/wp-content/themes/twentyseventeen/assets/js/global.js +++ b/wp-content/themes/twentyseventeen/assets/js/global.js @@ -130,9 +130,9 @@ } /** - * Test if inline SVGs are supported. - * @link https://github.com/Modernizr/Modernizr/ - */ + * Test if inline SVGs are supported. + * @link https://github.com/Modernizr/Modernizr/ + */ function supportsInlineSVG() { var div = document.createElement( 'div' ); div.innerHTML = ''; @@ -172,7 +172,6 @@ adjustHeaderHeight(); setQuotesIcon(); - supportsInlineSVG(); if ( true === supportsInlineSVG() ) { document.documentElement.className = document.documentElement.className.replace( /(\s*)no-svg(\s*)/, '$1svg$2' ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index e36894f3c1..661b3d0c68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39080'; +$wp_version = '4.7-beta1-39081'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.