- Timestamp:
- 01/27/2018 12:21:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php
r11686 r11825 7 7 8 8 <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?> 9 10 <ul class="activity-list item-list bp-list" > 9 11 10 12 <?php while ( bp_activities() ) : bp_the_activity(); ?> … … 22 24 <?php endif; ?> 23 25 26 </ul> 27 24 28 <?php else : ?> 25 29 26 <li id="activity-stream-message" class="bp-messages info">27 30 <?php bp_nouveau_user_feedback( 'activity-loop-none' ); ?> 28 </li>29 31 30 32 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.