Changeset 3698 for trunk/bp-themes/bp-default/groups/single/admin.php
- Timestamp:
- 01/11/2011 05:41:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/admin.php
r3592 r3698 40 40 <?php do_action( 'bp_before_group_settings_admin' ); ?> 41 41 42 <?php if ( function_exists('bp_wire_install') ) : ?> 43 44 <div class="checkbox"> 45 <label><input type="checkbox" name="group-show-wire" id="group-show-wire" value="1"<?php bp_group_show_wire_setting() ?>/> <?php _e( 'Enable comment wire', 'buddypress' ) ?></label> 46 </div> 47 48 <?php endif; ?> 49 50 <?php if ( function_exists('bp_forums_is_installed_correctly') ) : ?> 42 <?php if ( bp_is_active( 'forums' ) ) : ?> 51 43 52 44 <?php if ( bp_forums_is_installed_correctly() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.