Changes between Initial Version and Version 1 of Ticket #5436, comment 12
- Timestamp:
- 07/03/2014 08:06:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5436, comment 12
initial v1 11 11 For predictability of use, the Core component should be subjected to all the same actions other components are (I'd marry it to the `bp_include` action if we could) so that it can easily be overridden, hooked into, etc... 12 12 13 Not saying this is the way we should go, but bbPress separates "common" code from "core" code (the same way we separate Member code from Core.) Common code includes API's used by m/any components, and Core code only includes the absolute bare minimum necessary to boot BuddyPress up and provide a UI.13 Not saying this is the way we should go, but bbPress separates "common" code from "core" code (the same way we separate Member code from Core.) Common code includes API's used by m/any components, and Core code only includes the absolute bare minimum necessary to boot bbPress up and set it's hooks in. 14 14 15 15 Perhaps by simplifying what "Core" means to BuddyPress, we can better identify what needs to be loaded in what order, for what reasons.