Opened 15 years ago
Closed 14 years ago
#2454 closed defect (bug) (fixed)
Add a filter to bp_activity_can_comment()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Activity | Keywords: | |
Cc: |
Description
Right now, the bp_activity_can_comment() function in /bp-activity/bp-activity-templatetags.php looks for the site option to see if activity replies should be disabled for forum posts and blog comments.
This function should be flexible so we can disable activity replies for other activity types.
Note: See
TracTickets for help on using
tickets.
(In [3318]) Filters the output of bp_activity_can_comment(). Fixes #2454