Skip to:
Content

BuddyPress.org

Changeset 1995 for trunk/bp-activity.php


Ignore:
Timestamp:
09/29/2009 07:22:53 PM (15 years ago)
Author:
apeatling
Message:

Fixes #771

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r1905 r1995  
    4646    $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->base_prefix}bp_activity_sitewide" );
    4747   
    48     /* Rename the old user activity cached table */
     48    /* TODO: Rename the old user activity cached table */
    4949    //$wpdb->query( "RENAME TABLE {$wpdb->base_prefix}bp_activity_user_activity_cached TO {$bp->activity->table_name}" );
    5050
     
    6363    /* Register this in the active components array */
    6464    $bp->active_components[$bp->activity->slug] = $bp->activity->id;
     65   
     66    do_action( 'bp_activity_setup_globals' );
    6567}
    6668add_action( 'plugins_loaded', 'bp_activity_setup_globals', 5 );
Note: See TracChangeset for help on using the changeset viewer.