Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 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' ) ) :?>

Change History (1)

#1 @apeatling
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2947]) Fixes #2328 props AD7six

Note: See TracTickets for help on using tickets.