Opened 5 years ago
Closed 5 years ago
#8193 closed defect (bug) (fixed)
bp_is_active( 'core' ) is false
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 6.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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.
Sounds good!