Changeset 5689 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 02/10/2012 01:17:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r5687 r5689 820 820 */ 821 821 function groups_screen_notification_settings() { 822 global $bp;823 822 824 823 if ( !$group_invite = bp_get_user_meta( bp_displayed_user_id(), 'notification_groups_invite', true ) ) … … 879 878 } 880 879 add_action( 'bp_notification_settings', 'groups_screen_notification_settings' ); 880 881 881 ?>
Note: See TracChangeset
for help on using the changeset viewer.