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

    r11855 r11861  
    2020    <ul id="groups-list" class="<?php bp_nouveau_loop_classes(); ?>">
    2121
    22     <?php while ( bp_groups() ) : bp_the_group(); ?>
     22    <?php
     23    while ( bp_groups() ) :
     24        bp_the_group();
     25    ?>
    2326
    2427        <li <?php bp_group_class( array( 'item-entry' ) ); ?> data-bp-item-id="<?php bp_group_id(); ?>" data-bp-item-component="groups">
     
    6568    <?php bp_nouveau_pagination( 'bottom' ); ?>
    6669
    67 <?php
    68 else :
     70<?php else : ?>
    6971
    7072    bp_nouveau_user_feedback( 'groups-loop-none' );
    7173
    72 endif;
    73 ?>
     74<?php endif; ?>
    7475
    75 <?php bp_nouveau_after_loop(); ?>
     76<?php
     77bp_nouveau_after_loop();
Note: See TracChangeset for help on using the changeset viewer.