Skip to:
Content

BuddyPress.org

Changeset 2213 for trunk/bp-loader.php


Ignore:
Timestamp:
12/27/2009 01:27:20 PM (17 years ago)
Author:
apeatling
Message:

Activity favorite JS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r2195 r2213  
    4848        include( BP_PLUGIN_DIR . '/bp-xprofile.php' );
    4949
     50/* Activation Function */
     51function bp_loader_activate() {
     52        /* Force refresh theme roots. */
     53        delete_site_transient( 'theme_roots' );
     54}
     55register_activation_hook( __FILE__, 'bp_loader_activate' );
     56
    5057/* Deactivation Function */
    5158function bp_loader_deactivate() {
Note: See TracChangeset for help on using the changeset viewer.