#6021 closed defect (bug) (fixed)
The filter 'bp_activity_custom_update' should default to false
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
The function bp_legacy_theme_post_update()
in bp-legacy/buddypress/buddypress-functions.php
contains a specific filter to allow custom updates : 'bp_activity_custom_update'
.
The little trouble is that this filter is by default getting the posted object instead of false
.
I suggest to fix it using the attached patch.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Looks OK