diff --git a/wp-content/themes/twentyfifteen/genericons/genericons.css b/wp-content/themes/twentyfifteen/genericons/genericons.css index f58f42e8a5..473b04f096 100644 --- a/wp-content/themes/twentyfifteen/genericons/genericons.css +++ b/wp-content/themes/twentyfifteen/genericons/genericons.css @@ -5,7 +5,7 @@ */ -/* IE8 and below use EOT and allow cross-site embedding. +/* IE8 and below use EOT and allow cross-site embedding. IE9 uses WOFF which is base64 encoded to allow cross-site embedding. So unfortunately, IE9 will throw a console error, but it'll still work. When the font is base64 encoded, cross-site embedding works in Firefox */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 043f6c2bfa..3afba9b0bb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30046'; +$wp_version = '4.1-alpha-30047'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.