Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/15/2011 08:29:56 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix issue where subscription emails were not being sent in some circumstances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-hooks.php

    r3496 r3515  
    197197add_action( 'bbp_trash_topic',   'bbp_remove_topic_from_all_subscriptions'      );
    198198add_action( 'bbp_delete_topic',  'bbp_remove_topic_from_all_subscriptions'      );
    199 add_action( 'bbp_new_reply',     'bbp_notify_subscribers',                 1, 1 );
     199add_action( 'bbp_new_reply',     'bbp_notify_subscribers',                 1, 5 );
    200200
    201201// Sticky
Note: See TracChangeset for help on using the changeset viewer.