Changeset 13634
- Timestamp:
- 04/30/2024 11:34:50 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
r13510 r13634 943 943 } 944 944 945 wp_cache_set( $cache_key, $compat_object, $cache_group, DAY_IN_SECONDS );945 wp_cache_set( $cache_key, $compat_object, $cache_group, HOUR_IN_SECONDS ); 946 946 } 947 947 return $compat_object;
Note: See TracChangeset
for help on using the changeset viewer.