From 0b0b31993c6742fb4f6af931fc9fb5b4a0e27560 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 28 Oct 2014 16:30:20 +0000 Subject: [PATCH] Twenty Fifteen: pinking shears. See #30133. Built from https://develop.svn.wordpress.org/trunk@30047 git-svn-id: http://core.svn.wordpress.org/trunk@30047 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/genericons/genericons.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.