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