Changeset 12339
- Timestamp:
- 12/15/2022 06:44:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r12335 r12339 77 77 * @var string 78 78 */ 79 // private $cache_group = 'theme-info'; 80 private $cache_group = 'test-theme-info'; // Don't pollute production cache. 79 private $cache_group = 'theme-info'; 81 80 82 81 /** … … 85 84 * @var int 86 85 */ 87 // private $cache_life = 600; // 10 minutes. 88 private $cache_life = 1; // Disable caching. 86 private $cache_life = 600; // 10 minutes. 89 87 90 88 /**
Note: See TracChangeset
for help on using the changeset viewer.