Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2018 03:38:01 PM (6 years ago)
Author:
djpaul
Message:

Templates, Nouveau: whitespace changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php

    r11686 r11855  
    4949
    5050<?php // Group type selection ?>
    51 <?php if ( $group_types = bp_groups_get_group_types( array( 'show_in_create_screen' => true ), 'objects' ) ): ?>
     51<?php if ( $group_types = bp_groups_get_group_types( array( 'show_in_create_screen' => true ), 'objects' ) ) : ?>
    5252
    5353    <fieldset class="group-create-types">
     
    6161                    <input type="checkbox" name="group-types[]" id="<?php printf( 'group-type-%s', $type->name ); ?>" value="<?php echo esc_attr( $type->name ); ?>" <?php checked( bp_groups_has_group_type( bp_get_current_group_id(), $type->name ) ); ?>/> <?php echo esc_html( $type->labels['name'] ); ?>
    6262                    <?php
    63                         if ( ! empty( $type->description ) ) {
    64                             printf( '&ndash; %s', '<span class="bp-group-type-desc">' . esc_html( $type->description ) . '</span>' );
    65                         }
     63                    if ( ! empty( $type->description ) ) {
     64                        printf( '&ndash; %s', '<span class="bp-group-type-desc">' . esc_html( $type->description ) . '</span>' );
     65                    }
    6666                    ?>
    6767                </label>
Note: See TracChangeset for help on using the changeset viewer.