Changeset 3904
- Timestamp:
- 09/01/2016 03:45:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-dropin.php
r3898 r3904 37 37 add_action( 'bbp_new_reply', array( $this, 'bbp_update_reply' ) ); 38 38 add_action( 'bbp_edit_reply', array( $this, 'bbp_update_reply' ) ); 39 40 remove_filter( 'the_title', 'bbp_get_reply_title_fallback', 2 ); 39 41 } 40 42 … … 287 289 // Reply meta relating to reply position in tree 288 290 bbp_update_reply_forum_id( $reply_id, $forum_id ); 291 bbp_update_reply_topic_id( $reply_id, $topic_id ); 289 292 bbp_update_reply_to ( $reply_id, $reply_to ); 290 293
Note: See TracChangeset
for help on using the changeset viewer.