Opened 15 years ago
Closed 15 years ago
#2328 closed defect (bug) (fixed)
Fatal error: Call to undefined function is_active() in ...bp-core-admin.php on line 64
Reported by: | AD7six | Owned by: | |
---|---|---|---|
Milestone: | 1.2.4 | Priority: | major |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch |
Cc: |
Description
A typo was made in this commit: http://trac.buddypress.org/changeset/2919
<?php if ( is_active( 'xprofile' ) ) :?>
should be (I assume)
<?php if ( bp_is_active( 'xprofile' ) ) :?>
Note: See
TracTickets for help on using
tickets.
(In [2947]) Fixes #2328 props AD7six