screen_icon is deprecated
-
screen_icon is deprecated, and causes a crash during development.
Your
functions.php
should have the code along the lines of this instead:<?php if (version_compare(get_bloginfo('version'), '3.8', '<')) { // WordPress 3.7 and below. screen_icon(); } ?>
- The topic ‘screen_icon is deprecated’ is closed to new replies.