Changeset 4372 for trunk/bp-groups/bp-groups-loader.php
- Timestamp:
- 05/16/2011 08:54:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r4321 r4372 74 74 'table_name_groupmeta' => $bp->table_prefix . 'bp_groups_groupmeta' 75 75 ); 76 77 // User meta_keys 78 $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 ); 76 86 77 87 // All globals for messaging component. … … 83 93 'search_string' => __( 'Search Groups...', 'buddypress' ), 84 94 'global_tables' => $global_tables, 95 'user_meta_keys' => $user_meta_keys 85 96 ); 86 97
Note: See TracChangeset
for help on using the changeset viewer.