Changeset 4522 for trunk/includes/core/actions.php
- Timestamp:
- 11/25/2012 09:33:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4510 r4522 204 204 add_action( 'bbp_post_split_topic', 'bbp_split_topic_count', 1, 3 ); 205 205 206 // Move Reply 207 add_action( 'bbp_post_move_reply', 'bbp_move_reply_count', 1, 3 ); 208 206 209 // Before Delete/Trash/Untrash Topic 207 210 add_action( 'wp_trash_post', 'bbp_trash_topic' ); … … 282 285 add_action( 'bbp_template_redirect', 'bbp_split_topic_handler', 1 ); 283 286 add_action( 'bbp_template_redirect', 'bbp_toggle_topic_handler', 1 ); 287 add_action( 'bbp_template_redirect', 'bbp_move_reply_handler', 1 ); 284 288 add_action( 'bbp_template_redirect', 'bbp_toggle_reply_handler', 1 ); 285 289 add_action( 'bbp_template_redirect', 'bbp_favorites_handler', 1 );
Note: See TracChangeset
for help on using the changeset viewer.