Dashicons: Fix typo in .dashicons-excerpt-view class.

props desrosj.
fixes #30832.

git-svn-id: https://develop.svn.wordpress.org/trunk@31068 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-07 09:01:58 +00:00
parent 23bb9030f2
commit c99a082e25
1 changed files with 2 additions and 1 deletions

View File

@ -444,7 +444,8 @@
content: "\f163"; content: "\f163";
} }
.dashicons-exerpt-view:before { .dashicons-exerpt-view:before, /* Misspelled. Use .dashicons-excerpt-view instead. */
.dashicons-excerpt-view:before {
content: "\f164"; content: "\f164";
} }