Changeset 3575 for branches/plugin/bbp-includes/bbp-extend-akismet.php
- Timestamp:
- 11/02/2011 09:22:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-extend-akismet.php
r3505 r3575 690 690 if ( 'bbPress' !== get_class( $bbp ) ) return; 691 691 692 // Bail if Akismet is turned off 693 if ( !bbp_is_akismet_active() ) return; 694 692 695 // Instantiate Akismet for bbPress 693 696 $bbp->extend->akismet = new BBP_Akismet();
Note: See TracChangeset
for help on using the changeset viewer.