1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 08:31:02 +03:00

Depreciated Function

Screen Icon function has been depreciated and CSS output is hidden in MP6. 
http://core.trac.wordpress.org/ticket/26119
This commit is contained in:
jrivera84 2013-12-10 13:37:43 -05:00
parent 747f8f7456
commit da682578c9

View file

@ -15,7 +15,6 @@
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
<!-- @TODO: Provide markup for your options page here. -->