- Timestamp:
- 02/18/2018 12:43:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php
r11856 r11861 10 10 <ul class="activity-list item-list bp-list" > 11 11 12 <?php while ( bp_activities() ) : bp_the_activity(); ?> 12 <?php 13 while ( bp_activities() ) : 14 bp_the_activity(); 15 ?> 13 16 14 17 <?php bp_get_template_part( 'activity/entry' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.