Changes between Initial Version and Version 1 of Ticket #6190, comment 3
- Timestamp:
- 02/08/2015 08:55:08 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6190, comment 3
initial v1 1 1 > This doesn't seem like it's necessary, or else the array_unshift() bit or the bp_get_buddypress_template filter are not working correctly. 2 2 3 It is necessary when a custom page template does not have a valid header . But, this is more of an edge case since, as you say, the template should be validated when WP saves the page.3 It is necessary when a custom page template does not have a valid header or does not exist. But, this is more of an edge case since, as you say, the template should be validated when WP saves the page. 4 4 5 5 > Did none of those files exist, or was that function or filter unhooked or overridden?