Skip to:
Content

BuddyPress.org

Ticket #6618: 6618-group-create-for.patch

File 6618-group-create-for.patch, 952 bytes (added by mercime, 9 years ago)
  • src/bp-templates/bp-legacy/buddypress/groups/create.php

     
    156156                                                <p><?php _e( 'Should this group have a forum?', 'buddypress' ); ?></p>
    157157
    158158                                                <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>
    160160                                                </div>
    161161                                        <?php elseif ( is_super_admin() ) : ?>
    162162