[buddypress-trac] [BuddyPress] #2328: Fatal error: Call to undefined function is_active() in ...bp-core-admin.php on line 64
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Apr 21 09:10:51 UTC 2010
#2328: Fatal error: Call to undefined function is_active() in ...bp-core-admin.php
on line 64
--------------------+-------------------------------------------------------
Reporter: AD7six | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.2.4
Component: Core | Keywords: has-patch
--------------------+-------------------------------------------------------
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' ) ) :?>
}}}
--
Ticket URL: <http://trac.buddypress.org/ticket/2328>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list