Changeset 13820 for trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php
- Timestamp:
- 04/28/2024 10:08:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php
r13156 r13820 71 71 <?php foreach ( $group_types as $type ) : ?> 72 72 <div class="checkbox"> 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 bp_nouveau_group_type_checked( $type ); ?>/> <?php echo esc_html( $type->labels['name'] ); ?>73 <label for="<?php printf( 'group-type-%s', esc_attr( $type->name ) ); ?>"> 74 <input type="checkbox" name="group-types[]" id="<?php printf( 'group-type-%s', esc_attr( $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.