mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02: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:
parent
747f8f7456
commit
da682578c9
1 changed files with 0 additions and 1 deletions
|
@ -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. -->
|
||||
|
|
Loading…
Reference in a new issue