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/single/parts/admin-subnav.php

    r11855 r11861  
    1313                <ul class="subnav">
    1414
    15                         <?php while ( bp_nouveau_nav_items() ) : bp_nouveau_nav_item(); ?>
     15                        <?php
     16                        while ( bp_nouveau_nav_items() ) :
     17                                bp_nouveau_nav_item();
     18                        ?>
    1619
    1720                                <li id="<?php bp_nouveau_nav_id(); ?>" class="<?php bp_nouveau_nav_classes(); ?>">
Note: See TracChangeset for help on using the changeset viewer.