mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Dashicons: Fix font ID in SVG file.
see #33084. Built from https://develop.svn.wordpress.org/trunk@33394 git-svn-id: http://core.svn.wordpress.org/trunk@33362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9cd32c7f6c
commit
aa8229a868
@ -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="◼" horiz-adv-x="500" d="M0 0z" />
|
||||
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta4-33393';
|
||||
$wp_version = '4.3-beta4-33394';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user