Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2011 08:50:26 PM (15 years ago)
Author:
djpaul
Message:

Swap some more function_exists calls to bp_is_active. See #2718

File:
1 edited

Legend:

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

    r4031 r4041  
    160160                    </tr>
    161161
    162                     <?php if ( function_exists( 'bp_forums_setup') ) : ?>
     162                    <?php if ( bp_is_active( 'forums' ) ) : ?>
    163163
    164164                        <tr>
Note: See TracChangeset for help on using the changeset viewer.