Changeset 7167 for sites/trunk/wp15.wordpress.net/public_html/content/plugins/wp15-meetup-events/wp15-meetup-events.php
- Timestamp:
- 04/25/2018 09:24:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/plugins/wp15-meetup-events/wp15-meetup-events.php
r7127 r7167 31 31 function prime_events_cache() { 32 32 // We can assume that all celebrations will be within a few weeks of the anniversary. 33 $start_date = strtotime( 'May 13, 2018' );33 $start_date = strtotime( 'May 1, 2018' ); 34 34 $end_date = strtotime( 'June 10, 2018' ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.