Changeset 4193 for trunk/bp-themes/bp-default/activity/activity-loop.php
- Timestamp:
- 04/09/2011 10:03:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/activity-loop.php
r4180 r4193 32 32 <?php while ( bp_activities() ) : bp_the_activity(); ?> 33 33 34 <?php locate_template( array( 'activity/entry.php' ), true ); ?>34 <?php locate_template( array( 'activity/entry.php' ), true, false ); ?> 35 35 36 36 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.