Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/19/2011 05:11:57 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect variable reference in bbp_template_include() when editing a topic and theme supports bbPress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-general-template.php

    r3169 r3175  
    18191819            }
    18201820
    1821             $template = apply_filters( 'bbp_topic_edit_templates', $template );
     1821            $templates = apply_filters( 'bbp_topic_edit_templates', $templates );
    18221822
    18231823        // Editing a reply
Note: See TracChangeset for help on using the changeset viewer.