Changeset 5011
- Timestamp:
- 02/25/2017 09:41:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
r5010 r5011 363 363 $this->bound_id[ $interval ] = $bound_id; 364 364 365 wp_cache_set( $cache_key, $bound_id, $cache_group, 86400);365 wp_cache_set( $cache_key, $bound_id, $cache_group, DAY_IN_SECONDS ); 366 366 } 367 367 return $bound_id;
Note: See TracChangeset
for help on using the changeset viewer.