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

    r11855 r11861  
    1616    <ul id="blogs-list" class="<?php bp_nouveau_loop_classes(); ?>">
    1717
    18     <?php while ( bp_blogs() ) : bp_the_blog(); ?>
     18    <?php
     19    while ( bp_blogs() ) :
     20        bp_the_blog();
     21    ?>
    1922
    20         <li <?php bp_blog_class( array( 'item-entry' ) ) ?>>
     23        <li <?php bp_blog_class( array( 'item-entry' ) ); ?>>
    2124            <div class="list-wrap">
    2225
     
    3437
    3538                        <?php if ( bp_nouveau_blog_has_latest_post() ) : ?>
    36                         <p class="meta last-post">
     39                            <p class="meta last-post">
    3740
    38                             <?php bp_blog_latest_post(); ?>
     41                                <?php bp_blog_latest_post(); ?>
    3942
    40                         </p>
     43                            </p>
    4144                        <?php endif; ?>
    4245
     
    6063    <?php bp_nouveau_pagination( 'bottom' ); ?>
    6164
    62 <?php
    63 else :
     65<?php else : ?>
    6466
    6567    bp_nouveau_user_feedback( 'blogs-loop-none' );
    6668
    67 endif;
    68 ?>
     69<?php endif; ?>
    6970
    70 <?php bp_nouveau_after_loop(); ?>
     71<?php
     72bp_nouveau_after_loop();
Note: See TracChangeset for help on using the changeset viewer.