Opened 7 years ago
Closed 7 years ago
#8193 closed defect (bug) (fixed)
bp_is_active( 'core' ) is false
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Although Core is a required component and is always loaded, false === bp_is_active( 'core' ). That's because the buddypress()->required_components is a regular array and we're checking for a key that doesn't exist core instead of checking if this array contains core.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sounds good!