Changeset 7653 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 12/07/2013 09:33:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r7652 r7653 591 591 } 592 592 } 593 add_action( 'groups_screen_my_groups', 'bp_groups_screen_my_groups_mark_notifications', 10 );594 add_action( 'groups_screen_ home','bp_groups_screen_my_groups_mark_notifications', 10 );593 add_action( 'groups_screen_my_groups', 'bp_groups_screen_my_groups_mark_notifications', 10 ); 594 add_action( 'groups_screen_group_home', 'bp_groups_screen_my_groups_mark_notifications', 10 ); 595 595 596 596 /** … … 604 604 } 605 605 } 606 add_action( 'groups_screen_ invites', 'bp_groups_screen_invites_mark_notifications', 10 );606 add_action( 'groups_screen_group_invites', 'bp_groups_screen_invites_mark_notifications', 10 ); 607 607 608 608 /**
Note: See TracChangeset
for help on using the changeset viewer.