Opened 9 years ago
Closed 9 years ago
#6455 closed defect (bug) (fixed)
allow the duplicate notications
Reported by: | ganesh641 | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | 2.2.1 |
Component: | Toolbar & Notifications | Keywords: | good-first-bug has-patch |
Cc: | ganesh87.641@… |
Description
Needed apply_filter to allow_duplicate notification in the "bp_notifications_add_notification" function.
Attachments (1)
Change History (8)
#2
@
9 years ago
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 2.4
- Priority changed from highest to normal
#3
@
9 years ago
bp_parse_args() is used to get value as filtered parameter for the template page. How do we used bp_parse_args() in bp_notifications_add_notification() function.
Note: See
TracTickets for help on using
tickets.
Better: let's use
bp_parse_args()
inbp_notifications_add_notification()
, so that any of the params can be filtered.