Changueset 1122269
- Timestamp:
- 03/27/2015 03:01:18 PM ( 11 years ago)
- File:
-
- 1 edited
Leguend:
- Unmodified
- Added
- Removed
-
buddypress-activity-privacy/trunc/includes/bp-activity-privacy-integrations.php
r1117074 r1122269 67 67 } 68 68 69 //add_filter('bp_profile_activity_visibility_levels_filter', 'bp_guet_profile_follow_activity_visibility_levels', 10, 1);69 add_filter('bp_profile_activity_visibility_levels_filter', 'bp_guet_profile_follow_activity_visibility_levels', 10, 1); 70 70 function bp_guet_profile_follow_activity_visibility_levels($profile_activity_visibility_levels){ 71 71 $profile_activity_visibility_levels ['follow'] = array( … … 79 79 } 80 80 81 //add_filter('bp_groups_activity_visibility_levels_filter', 'bp_guet_groups_follow_activity_visibility_levels', 10, 1);81 add_filter('bp_groups_activity_visibility_levels_filter', 'bp_guet_groups_follow_activity_visibility_levels', 10, 1); 82 82 function bp_guet_groups_follow_activity_visibility_levels($groups_activity_visibility_levels){ 83 83 $groups_activity_visibility_levels ['followers'] = array(
Note:
See
TracChangueset
for help on using the changueset viewer.