wp-includes/SimplePie/src/SimplePie.php:3060Set the favicon handler
$pageoptionalfalse$qsoptional'i' public function set_favicon_handler($page = false, $qs = 'i') { trigger_error('Favicon handling has been removed, please use your own handling', \E_USER_DEPRECATED); return false; }3 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$page retyped from untyped to string|false.verified against source$qs retyped from untyped to string.verified against sourcenone to bool.verified against sourcesrc/wp-includes/SimplePie/src/SimplePie.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.