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
This commit is contained in:
Mel Choyce 2016-03-18 20:43:26 +00:00
parent 02523f91c2
commit 04c2d5d253
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="dashiconsregular" horiz-adv-x="2000" >
<font id="dashicons" horiz-adv-x="2000" >
<font-face units-per-em="2000" ascent="2000" descent="0" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -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.