Opened 13 years ago
Closed 13 years ago
#3823 closed defect (bug) (fixed)
BP_Component::includes() method missing common paths
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | 1.5.1 |
Component: | Core | Keywords: | |
Cc: |
Description
The main BP_Component include method is missing some common paths to make writing third party plugins easier:
- Core
bp-component/bp-component-file.php
- Third Party
bp-component-file.php
bp-component/file.php,
file
bp-component-file
bp-component/file
Note: See
TracTickets for help on using
tickets.
(In [5472]) Add more common paths to BP_Component::includes method. Also add some stripslashing. Fixes #3823.