Changeset 4378 for trunk/bp-groups/bp-groups-loader.php
- Timestamp:
- 05/16/2011 10:22:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r4372 r4378 74 74 'table_name_groupmeta' => $bp->table_prefix . 'bp_groups_groupmeta' 75 75 ); 76 77 // User meta_keys78 $user_meta_keys = array(79 'total_group_count' => 'total_group_count',80 'notification_groups_group_updated' => 'notification_groups_group_updated',81 'notification_groups_membership_request' => 'notification_groups_membership_request',82 'notification_membership_request_completed' => 'notification_membership_request_completed',83 'notification_groups_invite' => 'notification_groups_invite',84 'notification_groups_admin_promotion' => 'notification_groups_admin_promotion'85 );86 76 87 77 // All globals for messaging component. … … 92 82 'notification_callback' => 'groups_format_notifications', 93 83 'search_string' => __( 'Search Groups...', 'buddypress' ), 94 'global_tables' => $global_tables, 95 'user_meta_keys' => $user_meta_keys 84 'global_tables' => $global_tables 96 85 ); 97 86
Note: See TracChangeset
for help on using the changeset viewer.