Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/18/2018 12:43:27 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: make inline control structures consistent, and indentation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/members/single/notifications/notifications-loop.php

    r11855 r11861  
    2727            <tbody>
    2828
    29                 <?php while ( bp_the_notifications() ) : bp_the_notification(); ?>
     29                <?php
     30                while ( bp_the_notifications() ) :
     31                    bp_the_notification();
     32                ?>
    3033
    3134                    <tr>
     
    4952    </form>
    5053
    51     <?php
    52     bp_nouveau_pagination( 'bottom' );
     54    <?php bp_nouveau_pagination( 'bottom' ); ?>
    5355
    54 else :
     56<?php else : ?>
    5557
    56     bp_nouveau_user_feedback( 'member-notifications-none' );
     58    <?php bp_nouveau_user_feedback( 'member-notifications-none' ); ?>
    5759
    58 endif;
     60<?php endif;
Note: See TracChangeset for help on using the changeset viewer.