Changes between Initial Version and Version 1 of Ticket #1968, comment 5
- Timestamp:
- 10/12/2012 08:35:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1968, comment 5
initial v1 3 3 bbp_template_include_theme_supports() was intended to bypass this, and I think that's where the issue is. 4 4 5 The bbp_is_topic_edit() isbefore 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:5 The 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: 6 6 7 7 * if the -edit.php file exists, use it