Making WordPress.org

Changeset 3933


Ignore:
Timestamp:
09/02/2016 09:29:08 PM (8 years ago)
Author:
iandunn
Message:

WPSC Plugins: Enable the Tagregator pruning plugin.

The endpoint caching module is active now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/wp-super-cache-plugins/tagregator.php

    r3766 r3933  
    33namespace WordCamp\WPSC_Plugins\Tagregator;
    44defined( 'WPCACHEHOME' ) or die();
    5 
    6 /*
    7  * This plugin depends on the new WPSC REST-API plugin, so it's disabled until that plugin is merged
    8  *
    9  * See https://github.com/Automattic/wp-super-cache/pull/121/
    10  */
    11 return;
    125
    136add_cacheaction( 'serve_cache_file_init', __NAMESPACE__ . '\prune_tagregator_requests' );
Note: See TracChangeset for help on using the changeset viewer.