Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/30/2014 11:58:29 PM (10 years ago)
Author:
boonebgorges
Message:

Hook documentation for bp-activity-loader.php and bp-activity-screens.php.

Props tw2113.
See #5938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-loader.php

    r8754 r9112  
    6161        // Load Akismet support if Akismet is configured
    6262        $akismet_key = bp_get_option( 'wordpress_api_key' );
     63
     64        /** This filter is documented in bp-activity/bp-activity-actions.php */
    6365        if ( defined( 'AKISMET_VERSION' ) && ( !empty( $akismet_key ) || defined( 'WPCOM_API_KEY' ) ) && apply_filters( 'bp_activity_use_akismet', bp_is_akismet_active() ) ) {
    6466            $includes[] = 'akismet';
Note: See TracChangeset for help on using the changeset viewer.