Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #7218, comment 8


Ignore:
Timestamp:
09/07/2016 07:14:00 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7218, comment 8

    v1 v2  
    33Sounds like a good plan.  For things like Akismet, AJAX and the like, do we stuff them in `bp-activity-functions.php` or create a new file for hooks such as `bp-activity-hooks.php`?
    44
    5 ~~Akismet could also be loaded conditionally with `bp_is_active( 'activity', 'akismet' )`.~~ It's already in another file.  Maybe we can move the Akismet-related code to `bp-activity-akismet.php`?  I'll experiment and report back.
     5~~Akismet could also be loaded conditionally with `bp_is_active( 'activity', 'akismet' )`.~~ It's already in another file.  Maybe we can move the Akismet-related code in `bp-activity-actions.php` to `bp-activity-akismet.php`.  I'll experiment and report back.