Skip to:
Content

BuddyPress.org

Changeset 5663


Ignore:
Timestamp:
01/27/2012 11:20:18 PM (13 years ago)
Author:
djpaul
Message:

Don't clear WP Super Cache's cache on log in. Fixes #3841

File:
1 edited

Legend:

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

    r5505 r5663  
    4444    wp_cache_delete( 'bp_user_' . $user_id, 'bp' );
    4545}
    46 
    47 // List actions to clear super cached pages on, if super cache is installed
    48 add_action( 'wp_login',              'bp_core_clear_cache' );
    49 add_action( 'bp_core_render_notice', 'bp_core_clear_cache' );
    5046
    5147/**
Note: See TracChangeset for help on using the changeset viewer.