Changeset 3914
- Timestamp:
- 09/01/2016 06:48:15 PM (9 years ago)
- File:
- 
          - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
        sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-dropin.phpr3904 r3914 38 38 add_action( 'bbp_edit_reply', array( $this, 'bbp_update_reply' ) ); 39 39 40 remove_filter( 'the_title', 'bbp_get_reply_title_fallback', 2 ); 40 if ( is_admin() ) { 41 remove_filter( 'the_title', 'bbp_get_reply_title_fallback', 2 ); 42 } 41 43 } 42 44 
Note: See TracChangeset
          for help on using the changeset viewer.