Changes between Initial Version and Version 1 of Ticket #7672
- Timestamp:
- 01/29/2018 12:32:16 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7672 – Description
initial v1 1 1 In Nouveau and Legacy, there exist subfolders `[pack]/buddypress/assets/`, containing templates for emails, "attachments" (avatar upload templates/cover images), and oEmbeds. I need to triple check, but I believe these template are identical between Nouveau and Legacy, and duplicating them doesn't seem to have any benefit. 2 2 3 I propose these are moved into a new `bp-templates/shared/` folder. We can register the new location in the `register_theme_packages()` method with `bp_register_template_stack()` in such a way that this change is transparent and 100% compatible with all existing themes and any custom template packs /3 I propose these are moved into a new `bp-templates/shared/` folder. We can register the new location in the `register_theme_packages()` method with `bp_register_template_stack()` in such a way that this change is transparent and 100% compatible with all existing themes and any custom template packs.