- Timestamp:
- 12/11/2015 03:04:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-tweaks.php
r2085 r2185 191 191 return "url('" . str_replace( "'", "\\'", $url ) . "')"; 192 192 } 193 194 /** 195 * Disable Jetpack's Holiday Snow on all WordCamp sites 196 * 197 * That option appears in Settings > General between December 1st and January 4th. 198 * It is off by default. 199 * This filter removes it completely. 200 */ 201 add_filter( 'jetpack_is_holiday_snow_season', '__return_false' );
Note: See TracChangeset
for help on using the changeset viewer.