Changeset 3933
- Timestamp:
- 09/02/2016 09:29:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/wp-super-cache-plugins/tagregator.php
r3766 r3933 3 3 namespace WordCamp\WPSC_Plugins\Tagregator; 4 4 defined( 'WPCACHEHOME' ) or die(); 5 6 /*7 * This plugin depends on the new WPSC REST-API plugin, so it's disabled until that plugin is merged8 *9 * See https://github.com/Automattic/wp-super-cache/pull/121/10 */11 return;12 5 13 6 add_cacheaction( 'serve_cache_file_init', __NAMESPACE__ . '\prune_tagregator_requests' );
Note: See TracChangeset
for help on using the changeset viewer.