Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/11/2011 05:41:53 PM (16 years ago)
Author:
djpaul
Message:

Swap function_exists calls to bp_is_active in BP-Default. See #2718

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/member-header.php

    r3300 r3698  
    1515
    1616        <div id="item-meta">
    17                 <?php if ( function_exists( 'bp_activity_latest_update' ) ) : ?>
     17                <?php if ( bp_is_active( 'activity' ) ) : ?>
    1818                        <div id="latest-update">
    1919                                <?php bp_activity_latest_update( bp_displayed_user_id() ) ?>
Note: See TracChangeset for help on using the changeset viewer.