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/groups/invites.php

    r11856 r11861  
    1212        <ul id="group-list" class="invites item-list bp-list" data-bp-list="groups_invites">
    1313
    14                 <?php while ( bp_groups() ) : bp_the_group(); ?>
     14                <?php
     15                while ( bp_groups() ) :
     16                        bp_the_group();
     17                ?>
    1518
    1619                        <li class="item-entry invites-list" data-bp-item-id="<?php bp_group_id(); ?>" data-bp-item-component="groups">
     
    5255        </ul>
    5356
    54 <?php
    55 else :
     57<?php else : ?>
    5658
    57         bp_nouveau_user_feedback( 'member-invites-none' );
     59        <?php bp_nouveau_user_feedback( 'member-invites-none' ); ?>
    5860
    59 endif;
    60 ?>
     61<?php endif; ?>
    6162
    6263<?php
Note: See TracChangeset for help on using the changeset viewer.