-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Photon: Remove duplicate jetpack_photon_url filter (#14323)
There are two calls to add_filter('jetpack_photon_url', 'jetpack_photon_url'): one is in load_jetpack.php, and one is in functions.photon.php. Clean up this duplication by removing the add_filter() call in load_jetpack.php. I chose to put the add_filter() call in functions.photon.php because it looks like this will be easier to sync with wpcom.
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters