Changeset 7194
- Timestamp:
- 05/11/2018 09:17:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-tweaks/miscellaneous.php
r6573 r7194 6 6 // Allow Photon to fetch images that are served via HTTPS 7 7 add_filter( 'jetpack_photon_reject_https', '__return_false' ); 8 9 // Disable Snow to avoid performance and accessibility problems10 add_filter( 'jetpack_is_holiday_snow_season', '__return_false' );11 8 12 9 /**
Note: See TracChangeset
for help on using the changeset viewer.