Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/07/2010 03:21:39 PM (17 years ago)
Author:
apeatling
Message:

Added proper caching to object count and meta functions.

File:
1 edited

Legend:

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

    r2609 r2617  
    6262
    6363                do_action( 'bp_core_account_activated', &$signup, $_GET['key'] );
     64                wp_cache_delete( 'bp_total_member_count', 'bp' );
     65
    6466                bp_core_add_message( __( 'Your account is now active!', 'buddypress' ) );
    6567
Note: See TracChangeset for help on using the changeset viewer.