- 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/groups/groups-loop.php
r11855 r11861 20 20 <ul id="groups-list" class="<?php bp_nouveau_loop_classes(); ?>"> 21 21 22 <?php while ( bp_groups() ) : bp_the_group(); ?> 22 <?php 23 while ( bp_groups() ) : 24 bp_the_group(); 25 ?> 23 26 24 27 <li <?php bp_group_class( array( 'item-entry' ) ); ?> data-bp-item-id="<?php bp_group_id(); ?>" data-bp-item-component="groups"> … … 65 68 <?php bp_nouveau_pagination( 'bottom' ); ?> 66 69 67 <?php 68 else : 70 <?php else : ?> 69 71 70 72 bp_nouveau_user_feedback( 'groups-loop-none' ); 71 73 72 endif; 73 ?> 74 <?php endif; ?> 74 75 75 <?php bp_nouveau_after_loop(); ?> 76 <?php 77 bp_nouveau_after_loop();
Note: See TracChangeset
for help on using the changeset viewer.