From 04c2d5d25319d28f56931f6f5c5c83263b13d447 Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Fri, 18 Mar 2016 20:43:26 +0000 Subject: [PATCH] Dashicons: Fix incorrect ID in SVG version of font. See #34221. Built from https://develop.svn.wordpress.org/trunk@37037 git-svn-id: http://core.svn.wordpress.org/trunk@37004 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/fonts/dashicons.svg | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/fonts/dashicons.svg b/wp-includes/fonts/dashicons.svg index b75fa50592..45852aa578 100644 --- a/wp-includes/fonts/dashicons.svg +++ b/wp-includes/fonts/dashicons.svg @@ -3,7 +3,7 @@ - + @@ -266,4 +266,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/wp-includes/version.php b/wp-includes/version.php index 7066d53916..43d9402b19 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta4-37036'; +$wp_version = '4.5-beta4-37037'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.