Changeset 4596 for trunk/bp-core/admin/bp-core-admin.php
- Timestamp:
- 07/04/2011 02:07:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r4559 r4596 117 117 </td> 118 118 </tr> 119 120 <?php if ( bp_is_active( 'forums' ) ) : ?>121 122 <tr>123 <th scope="row"><?php _e( 'Disable global forum directory?', 'buddypress' ) ?>:</th>124 <td>125 <input type="radio" name="bp-admin[bp-disable-forum-directory]"<?php if ( (int)bp_get_option( 'bp-disable-forum-directory' ) ) : ?> checked="checked"<?php endif; ?> id="bp-disable-forum-directory" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?> 126 <input type="radio" name="bp-admin[bp-disable-forum-directory]"<?php if ( !(int)bp_get_option( 'bp-disable-forum-directory' ) ) : ?> checked="checked"<?php endif; ?> id="bp-disable-forum-directory" value="0" /> <?php _e( 'No', 'buddypress' ) ?>127 </td>128 </tr>129 130 <?php endif; ?>131 119 132 120 <?php if ( bp_is_active( 'activity' ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.