Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/20/2010 12:32:00 PM (14 years ago)
Author:
apeatling
Message:

Fixed duplicate database hits when calling is_site_admin() in a loop on single WP installs. Fixed duplicate call to bp_activity_content_body() causing issues with filters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/activity/entry.php

    r2692 r2753  
    1616        </div>
    1717
    18         <?php if ( bp_get_activity_content_body() ) : ?>
     18        <?php if ( bp_activity_has_content() ) : ?>
    1919            <div class="activity-inner">
    2020                <?php bp_activity_content_body() ?>
Note: See TracChangeset for help on using the changeset viewer.