Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/09/2011 10:03:09 PM (15 years ago)
Author:
djpaul
Message:

Fix activity stream bug which I introduced in r4180

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/activity-loop.php

    r4180 r4193  
    3232    <?php while ( bp_activities() ) : bp_the_activity(); ?>
    3333
    34         <?php locate_template( array( 'activity/entry.php' ), true ); ?>
     34        <?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
    3535
    3636    <?php endwhile; ?>
Note: See TracChangeset for help on using the changeset viewer.