Skip to:
Content

BuddyPress.org

Changeset 4140


Ignore:
Timestamp:
03/13/2011 12:22:14 PM (14 years ago)
Author:
djpaul
Message:

Reverting W3TC commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-cache.php

    r4139 r4140  
    1717    global $cache_path, $cache_filename;
    1818
    19     // WP Super Cache
    2019    if ( function_exists( 'prune_super_cache' ) ) {
    2120        do_action( 'bp_core_clear_cache' );
    2221        return prune_super_cache( $cache_path, true );
    23 
    24     // W3 Total Cache
    25     } elseif ( function_exists( 'w3tc_pgcache_flush' ) ) {
    26         do_action( 'bp_core_clear_cache' );
    27         return w3tc_pgcache_flush();       
    2822    }
    2923}
Note: See TracChangeset for help on using the changeset viewer.