Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/25/2012 09:33:09 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Replies:

  • Add ability to move a reply into a new topic, or into an existing topic.
  • Includes new template part, new extra page template, and functions for handling the data move and template output.
  • Props jmdodd.
  • Fixes #1900.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/filters.php

    r4323 r4522  
    183183add_filter( 'bbp_get_topictag_template',     'bbp_add_template_locations' );
    184184add_filter( 'bbp_get_topictagedit_template', 'bbp_add_template_locations' );
     185add_filter( 'bbp_get_replymove_template',    'bbp_add_template_locations' );
    185186
    186187/**
Note: See TracChangeset for help on using the changeset viewer.