Changeset 5663
- Timestamp:
- 01/27/2012 11:20:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cache.php
r5505 r5663 44 44 wp_cache_delete( 'bp_user_' . $user_id, 'bp' ); 45 45 } 46 47 // List actions to clear super cached pages on, if super cache is installed48 add_action( 'wp_login', 'bp_core_clear_cache' );49 add_action( 'bp_core_render_notice', 'bp_core_clear_cache' );50 46 51 47 /**
Note: See TracChangeset
for help on using the changeset viewer.