Ticket #3413: 3413.diff
File 3413.diff, 723 bytes (added by , 7 years ago) |
---|
-
functions.php
305 305 306 306 $markers = apply_filters( 'wcc_get_map_markers', $markers ); 307 307 308 set_transient( $transient_key, $markers, WEEK_IN_SECONDS );308 set_transient( $transient_key, $markers, DAY_IN_SECONDS ); 309 309 // todo this should probably be changed to just DAY_IN_SECONDS to avoid confusion among organizers. -- https://wordpress.slack.com/archives/meta-wordcamp/p1477323414000597 310 310 // need to understand why it was set for so long in the first place, and test change 311 311 // should just always display cached data and have cron job to refresh asyncronously