Changeset 4378 for trunk/bp-activity/bp-activity-loader.php
- Timestamp:
- 05/16/2011 10:22:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r4372 r4378 68 68 'table_name_meta' => $bp->table_prefix . 'bp_activity_meta', 69 69 ); 70 71 // User meta keys72 $user_meta_keys = array(73 'new_mention_count' => 'bp_new_mention_count',74 'new_mentions' => 'bp_new_mentions',75 'favorite_activities' => 'bp_favorite_activities',76 'latest_update' => 'bp_latest_update',77 'notification_activity_new_mention' => 'notification_activity_new_mention',78 'notification_activity_new_reply' => 'notification_activity_new_reply'79 );80 70 81 71 // All globals for activity component. … … 86 76 'root_slug' => isset( $bp->pages->activity->slug ) ? $bp->pages->activity->slug : BP_ACTIVITY_SLUG, 87 77 'search_string' => __( 'Search Activity...', 'buddypress' ), 88 'global_tables' => $global_tables, 89 'user_meta_keys' => $user_meta_keys 78 'global_tables' => $global_tables 90 79 ); 91 80
Note: See TracChangeset
for help on using the changeset viewer.