Changeset 11861 for trunk/src/bp-templates/bp-nouveau/buddypress/members/single/notifications/notifications-loop.php
- 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/members/single/notifications/notifications-loop.php
r11855 r11861 27 27 <tbody> 28 28 29 <?php while ( bp_the_notifications() ) : bp_the_notification(); ?> 29 <?php 30 while ( bp_the_notifications() ) : 31 bp_the_notification(); 32 ?> 30 33 31 34 <tr> … … 49 52 </form> 50 53 51 <?php 52 bp_nouveau_pagination( 'bottom' ); 54 <?php bp_nouveau_pagination( 'bottom' ); ?> 53 55 54 else : 56 <?php else : ?> 55 57 56 bp_nouveau_user_feedback( 'member-notifications-none' );58 <?php bp_nouveau_user_feedback( 'member-notifications-none' ); ?> 57 59 58 endif;60 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.