Forked from halgatewood/wordpress-3.8-dashicons.php
Last active
December 30, 2015 04:19
-
-
Save mrwweb/7775582 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function flexslider_hg_admin_icon() | |
{ | |
echo ' | |
<style> | |
/* | |
Selectors: | |
1. Admin Menu | |
2. "Site Content" Dashboard Widget (Post Types only) | |
*/ | |
#adminmenu #menu-posts-slides div.wp-menu-image:before, | |
#dash-right-now li.{post_type}-count a:before { | |
content: "\f181"; | |
} | |
</style> | |
'; | |
} | |
add_action( 'admin_head', 'flexslider_hg_admin_icon' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment