Ticket #6618: 6618-group-create-for.patch
File 6618-group-create-for.patch, 952 bytes (added by , 9 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/create.php
156 156 <p><?php _e( 'Should this group have a forum?', 'buddypress' ); ?></p> 157 157 158 158 <div class="checkbox"> 159 <label ><input type="checkbox" name="group-show-forum" id="group-show-forum" value="1"<?php checked( bp_get_new_group_enable_forum(), true, true ); ?> /> <?php _e( 'Enable discussion forum', 'buddypress' ); ?></label>159 <label for="group-show-forum"><input type="checkbox" name="group-show-forum" id="group-show-forum" value="1"<?php checked( bp_get_new_group_enable_forum(), true, true ); ?> /> <?php _e( 'Enable discussion forum', 'buddypress' ); ?></label> 160 160 </div> 161 161 <?php elseif ( is_super_admin() ) : ?> 162 162