- Timestamp:
- 01/05/2021 08:11:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r10549 r10550 63 63 64 64 $cache_group = 'events'; 65 $cache_life = 12 * 60 * 60;66 $ttl = 12 * 60 * 60; // Time the client should cache the document.65 $cache_life = 12 * HOUR_IN_SECONDS; 66 $ttl = 12 * HOUR_IN_SECONDS; // Time the client should cache the document. 67 67 $location_args = parse_request(); 68 68 $location = get_location( $location_args );
Note: See TracChangeset
for help on using the changeset viewer.