Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2012 01:17:51 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove unneeded globals and clean up some code in Groups component. See #3989.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-screens.php

    r5687 r5689  
    820820 */
    821821function groups_screen_notification_settings() {
    822     global $bp;
    823822
    824823    if ( !$group_invite = bp_get_user_meta( bp_displayed_user_id(), 'notification_groups_invite', true ) )
     
    879878}
    880879add_action( 'bp_notification_settings', 'groups_screen_notification_settings' );
     880
    881881?>
Note: See TracChangeset for help on using the changeset viewer.