Making WordPress.org

Changeset 3904


Ignore:
Timestamp:
09/01/2016 03:45:57 AM (9 years ago)
Author:
jmdodd
Message:

Support Forums: Remove looping reply title filter.

Set reply topic id in postmeta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-dropin.php

    r3898 r3904  
    3737        add_action( 'bbp_new_reply',     array( $this, 'bbp_update_reply' ) );
    3838        add_action( 'bbp_edit_reply',    array( $this, 'bbp_update_reply' ) );
     39
     40        remove_filter( 'the_title', 'bbp_get_reply_title_fallback', 2 );
    3941    }
    4042
     
    287289        // Reply meta relating to reply position in tree
    288290        bbp_update_reply_forum_id( $reply_id, $forum_id );
     291        bbp_update_reply_topic_id( $reply_id, $topic_id );
    289292        bbp_update_reply_to      ( $reply_id, $reply_to );
    290293
Note: See TracChangeset for help on using the changeset viewer.