This PR fixes #2145. Jetpack deprecated the site-logo functionalities, so this PR removes support for it.
At the same time, it will always be possible to customize the logo given that we already support custom-logo (source code)
Screenshots
How to test the changes in this Pull Request:
Install Jetpack and activate Storefront
Make sure WP_DEBUG is enabled
Refresh the page
Ensure that you don't see any log like this in debug.log:
PHP Deprecated: Hook site-logo is deprecated since version 13.4! Use custom-logo instead. Jetpack no longer supports site-logo feature. Add custom-logo support to your theme instead: https://developer.wordpress.org/themes/functionality/custom-logo/ in /srv/htdocs/__wp__/wp-includes/functions.php on line 6078
Visit wp-admin/customize.php
Go on Site Identity
Ensure that you can change the logo
Changelog
Fix – Edit, reply and author icons are now displayed in comment list form. #1319
Fixes #2145
This PR fixes #2145. Jetpack deprecated the
site-logo
functionalities, so this PR removes support for it.At the same time, it will always be possible to customize the logo given that we already support
custom-logo
(source code)Screenshots
How to test the changes in this Pull Request:
wp-admin/customize.php
Changelog