- Timestamp:
- 09/14/2016 05:06:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-component.php
r11080 r11102 73 73 $akismet_key = bp_get_option( 'wordpress_api_key' ); 74 74 75 /** This filter is documented in bp-activity/bp-activity-a ctions.php */75 /** This filter is documented in bp-activity/bp-activity-akismet.php */ 76 76 if ( defined( 'AKISMET_VERSION' ) && class_exists( 'Akismet' ) && ( ! empty( $akismet_key ) || defined( 'WPCOM_API_KEY' ) ) && apply_filters( 'bp_activity_use_akismet', bp_is_akismet_active() ) ) { 77 77 $includes[] = 'akismet'; … … 371 371 372 372 /** 373 * Set up actions necessary for the component.374 *375 * @since 1.6.0376 */377 public function setup_actions() {378 379 // Spam prevention.380 add_action( 'bp_include', 'bp_activity_setup_akismet' );381 382 parent::setup_actions();383 }384 385 /**386 373 * Setup cache groups. 387 374 *
Note: See TracChangeset
for help on using the changeset viewer.