Opened 8 years ago
Closed 8 years ago
#7415 closed defect (bug) (fixed)
Add bp_parse_args filter key to bp_activity_get_specific
Reported by: | pareshradadiya | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | has-patch |
Cc: |
Description
The attached patch adds a activity_get_specific
filter key to the bp_activity_get_specific
args.
It would be nice if the bp_activity_get_specific
had an available filter key, before the activities items was returned.
I am currently trying to set spam=ham_only
with include
in bp_ajax_querystring
, but as far as I can tell, the plugin author doesn't have a way to set spam=ham_only
when include
parameter has been set. This patch would allow that.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Attached diff