Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/13/2010 04:01:07 PM (14 years ago)
Author:
apeatling
Message:

Replacing function_exists() checks with bp_is_active() checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-catchuri.php

    r2865 r2919  
    256256    global $bp;
    257257
    258     if ( !function_exists('xprofile_install') )
     258    if ( !bp_is_active( 'xprofile' ) )
    259259        bp_core_load_template( apply_filters( 'bp_core_template_display_profile', 'members/single/home' ) );
    260260}
Note: See TracChangeset for help on using the changeset viewer.