Changeset 4378 for trunk/bp-friends/bp-friends-loader.php
- Timestamp:
- 05/16/2011 10:22:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-loader.php
r4372 r4378 71 71 'table_name_meta' => $bp->table_prefix . 'bp_friends_meta', 72 72 ); 73 74 // User meta keys75 $user_meta_keys = array(76 'total_friend_count' => 'total_friend_count',77 'notification_friends_friendship_request' => 'notification_friends_friendship_request',78 'notification_friends_friendship_accepted' => 'notification_friends_friendship_accepted'79 );80 73 81 74 // All globals for the friends component. … … 86 79 'search_string' => __( 'Search Friends...', 'buddypress' ), 87 80 'notification_callback' => 'friends_format_notifications', 88 'global_tables' => $global_tables, 89 'user_meta_keys' => $user_meta_keys 81 'global_tables' => $global_tables 90 82 ); 91 83
Note: See TracChangeset
for help on using the changeset viewer.