Changeset 2290 for trunk/bp-activity.php
- Timestamp:
- 01/11/2010 11:53:11 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2287 r2290 63 63 $bp->activity->table_name_meta = $wpdb->base_prefix . 'bp_activity_meta'; 64 64 $bp->activity->slug = BP_ACTIVITY_SLUG; 65 $bp->activity->format_notification_function = 'bp_activity_format_notifications'; 65 66 66 67 /* Register this in the active components array */ … … 341 342 add_action( 'wp', 'bp_activity_action_friends_feed', 3 ); 342 343 344 343 345 /******************************************************************************** 344 346 * Business Functions
Note: See TracChangeset
for help on using the changeset viewer.