Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/02/2011 09:22:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add functions and settings for BuddyPress group forums and Akismet extensions. Add checks to these settings to only show them when relevant. Do not load new Forums component if BuddyPress forums are already active. See #1669.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-extend-akismet.php

    r3505 r3575  
    690690    if ( 'bbPress' !== get_class( $bbp ) ) return;
    691691
     692    // Bail if Akismet is turned off
     693    if ( !bbp_is_akismet_active() ) return;
     694
    692695    // Instantiate Akismet for bbPress
    693696    $bbp->extend->akismet = new BBP_Akismet();
Note: See TracChangeset for help on using the changeset viewer.