Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #1968, comment 5


Ignore:
Timestamp:
10/12/2012 08:35:24 PM (11 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1968, comment 5

    initial v1  
    33bbp_template_include_theme_supports() was intended to bypass this, and I think that's where the issue is.
    44
    5 The bbp_is_topic_edit() is before the bbp_is_single_topic() check, and the -edit.php template is ahead of the non -edit.php template in the stack. The way it should work is:
     5The bbp_is_topic_edit() check is intentionally before the bbp_is_single_topic() check, and the -edit.php template is ahead of the non -edit.php template in the stack. The way it should work is:
    66
    77* if the -edit.php file exists, use it