Changeset 2907 for branches/plugin/bbp-includes/bbp-hooks.php
- Timestamp:
- 02/15/2011 12:43:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-hooks.php
r2895 r2907 165 165 add_action( 'bbp_spammed_topic', 'bbp_update_topic_walker' ); 166 166 add_action( 'bbp_unspammed_topic', 'bbp_update_topic_walker' ); 167 add_action( 'bbp_move_topic', 'bbp_update_topic_walker' );168 167 169 168 // Update reply branch … … 173 172 add_action( 'bbp_spammed_reply', 'bbp_update_reply_walker' ); 174 173 add_action( 'bbp_unspammed_reply', 'bbp_update_reply_walker' ); 175 add_action( 'bbp_move_topic', 'bbp_update_reply_walker' );176 174 177 175 // Custom Template - should be called at the end
Note: See TracChangeset
for help on using the changeset viewer.