Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/30/2013 06:14:08 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Refactor Groups component's approach to Notifications and Activity integration:

  • Introduce helper functions for handling the adding/marking/deleting of notifications and adding/deleting activity stream entries. Hook these new functions into their respective actions rather than have them hardcoded and interspersed amongst the first-class code.
  • Inadvertently fixes a bug where banning or removing a member from a group within 5 minutes of their having joined would not delete the recent activity stream update.
  • See #5266.
File:
1 edited

Legend:

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

    r7228 r7624  
    77 * have a template screen associated with them. Usually they will send the user
    88 * back to the default screen after execution.
     9 *
     10 * Note that this file is only used for the retired version of bbPress (1.x) and
     11 * will see minimal updates as of BuddyPress 1.9.0.
    912 *
    1013 * @package BuddyPress
Note: See TracChangeset for help on using the changeset viewer.