Opened 16 years ago
Closed 16 years ago
#2454 closed defect (bug) (fixed)
Add a filter to bp_activity_can_comment()
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Activity | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3318]) Filters the output of bp_activity_can_comment(). Fixes #2454