Changeset 2831 for branches/plugin/bbp-includes/bbp-hooks.php
- Timestamp:
- 02/04/2011 04:27:36 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-hooks.php
r2827 r2831 138 138 add_action( 'trash_post', 'bbp_unstick_topic' ); 139 139 add_action( 'delete_post', 'bbp_unstick_topic' ); 140 141 // Update forum last active 142 add_action( 'trashed_post', 'bbp_update_forum_last_active' ); 143 add_action( 'untrashed_post', 'bbp_update_forum_last_active' ); 144 add_action( 'deleted_post', 'bbp_update_forum_last_active' ); 140 145 141 146 // Update forum topic counts
Note: See TracChangeset
for help on using the changeset viewer.