Making WordPress.org

Changeset 12339


Ignore:
Timestamp:
12/15/2022 06:44:08 PM (2 years ago)
Author:
coffee2code
Message:

Theme Directory: Remove temporary cache-busting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php

    r12335 r12339  
    7777     * @var string
    7878     */
    79 //  private $cache_group = 'theme-info';
    80 private $cache_group = 'test-theme-info'; // Don't pollute production cache.
     79    private $cache_group = 'theme-info';
    8180
    8281    /**
     
    8584     * @var int
    8685     */
    87 //  private $cache_life = 600; // 10 minutes.
    88 private $cache_life = 1; // Disable caching.
     86    private $cache_life = 600; // 10 minutes.
    8987
    9088    /**
Note: See TracChangeset for help on using the changeset viewer.