Changeset 1293 for trunk/bp-groups.php
- Timestamp:
- 04/01/2009 07:31:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r1291 r1293 26 26 require ( 'bp-groups/bp-groups-widgets.php' ); 27 27 require ( 'bp-groups/bp-groups-filters.php' ); 28 29 28 30 29 31 /************************************************************************** … … 132 134 if ( !$no_global ) 133 135 global $bp; 136 137 134 138 135 139 $bp->groups->table_name = $wpdb->base_prefix . 'bp_groups'; … … 1094 1098 1095 1099 $content = apply_filters( 'bp_groups_new_forum_topic_activity', $content, $user_link, $group_link, $forum_topic['topic_id'], $forum_topic['topic_title'], $group_link, $group->name, $post_content ); 1096 1100 1097 1101 return array( 1098 1102 'primary_link' => $group_link,
Note: See TracChangeset
for help on using the changeset viewer.