Changeset 1995 for trunk/bp-activity.php
- Timestamp:
- 09/29/2009 07:22:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r1905 r1995 46 46 $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->base_prefix}bp_activity_sitewide" ); 47 47 48 /* Rename the old user activity cached table */48 /* TODO: Rename the old user activity cached table */ 49 49 //$wpdb->query( "RENAME TABLE {$wpdb->base_prefix}bp_activity_user_activity_cached TO {$bp->activity->table_name}" ); 50 50 … … 63 63 /* Register this in the active components array */ 64 64 $bp->active_components[$bp->activity->slug] = $bp->activity->id; 65 66 do_action( 'bp_activity_setup_globals' ); 65 67 } 66 68 add_action( 'plugins_loaded', 'bp_activity_setup_globals', 5 );
Note: See TracChangeset
for help on using the changeset viewer.