Changeset 12228 for trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php
- Timestamp:
- 09/07/2018 03:06:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php
r12156 r12228 72 72 <div class="checkbox"> 73 73 <label for="<?php printf( 'group-type-%s', $type->name ); ?>"> 74 <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'] ); ?>74 <input type="checkbox" name="group-types[]" id="<?php printf( 'group-type-%s', $type->name ); ?>" value="<?php echo esc_attr( $type->name ); ?>" <?php bp_nouveau_group_type_checked( $type ); ?>/> <?php echo esc_html( $type->labels['name'] ); ?> 75 75 <?php 76 76 if ( ! empty( $type->description ) ) {
Note: See TracChangeset
for help on using the changeset viewer.