#7240 closed enhancement (maybelater)
BP Core Component File Unused
| Reported by: | espellcaste | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Studying BuddyPress code I noticed this file, https://github.com/renatonascalves/BuddyPress/blob/master/src/bp-core/bp-core-component.php
I wasn't able to find a place that call this file. And the class-bp-component is already being loaded by the bp-core-loader.php
So, as it is apparently not being used. I'm suggesting a patch that removes it.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This file needs to stay for those that are manually including the
/bp-core/bp-core-component.phpfile in their (older) BuddyPress plugin.We can think about removing this file a few major versions down the line.