Most plugins don’t use this anymore but I did a search of all my plugins and found one in The Events Calendar plugin. I found a note in the readme.txt for = [4.6.2] 2017-10-18 =
- Tweak – Removed call to deprecated screen_icon() function [90985]
but you missed one. Probably because it didn’t have a line break after it.
Line 17 in the-events-calendar/src/io/csv/admin-views/header.php
<?php screen_icon(); ?><h1><?php esc_html_e( 'Legacy Events Import', 'the-events-calendar' ) ?></h1>
Delete the
<?php screen_icon(); ?>
-
This topic was modified 8 years, 2 months ago by
Cynthia Lockley. Reason: Have tried several times to get the code lines to show by using back ticks and by blockquote but they still don't show. So I will try using entities