Opened 13 years ago
Closed 13 years ago
#3880 closed defect (bug) (fixed)
bp_activity_setup_akismet doesn't check the bp_activity_use_akismet filter
Reported by: | DJPaul | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
If you use the 'bp_activity_use_akismet' filter to stop BuddyPress Activity loading its Akismet supports, bp_activity_setup_akismet() ignores it and tries to load a class which doesn't exist, causing a fatal error.
Note: See
TracTickets for help on using
tickets.
(In [5582]) Check to see if another plugin has disabled Activity's Akismet support. Fixes #3880