Changeset 4879
- Timestamp:
- 07/27/2011 08:54:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r4820 r4879 94 94 95 95 <tr> 96 <th scope="row"><?php _e( 'Disable BuddyPress to WordPress profile syncing?', 'buddypress' ) ?> :</th>96 <th scope="row"><?php _e( 'Disable BuddyPress to WordPress profile syncing?', 'buddypress' ) ?></th> 97 97 <td> 98 98 <input type="radio" name="bp-admin[bp-disable-profile-sync]"<?php if ( (int)bp_get_option( 'bp-disable-profile-sync' ) ) : ?> checked="checked"<?php endif; ?> id="bp-disable-profile-sync" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?> … … 104 104 105 105 <tr> 106 <th scope="row"><?php _e( 'Hide admin bar for logged out users?', 'buddypress' ) ?> :</th>106 <th scope="row"><?php _e( 'Hide admin bar for logged out users?', 'buddypress' ) ?></th> 107 107 <td> 108 108 <input type="radio" name="bp-admin[hide-loggedout-adminbar]"<?php if ( (int)bp_get_option( 'hide-loggedout-adminbar' ) ) : ?> checked="checked"<?php endif; ?> id="bp-admin-hide-loggedout-adminbar-yes" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?> … … 112 112 113 113 <tr> 114 <th scope="row"><?php _e( 'Disable avatar uploads? (Gravatars will still work)', 'buddypress' ) ?> :</th>114 <th scope="row"><?php _e( 'Disable avatar uploads? (Gravatars will still work)', 'buddypress' ) ?></th> 115 115 <td> 116 116 <input type="radio" name="bp-admin[bp-disable-avatar-uploads]"<?php if ( (int)bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?> checked="checked"<?php endif; ?> id="bp-admin-disable-avatar-uploads-yes" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?> … … 120 120 121 121 <tr> 122 <th scope="row"><?php _e( 'Disable user account deletion?', 'buddypress' ) ?> :</th>122 <th scope="row"><?php _e( 'Disable user account deletion?', 'buddypress' ) ?></th> 123 123 <td> 124 124 <input type="radio" name="bp-admin[bp-disable-account-deletion]"<?php if ( (int)bp_get_option( 'bp-disable-account-deletion' ) ) : ?> checked="checked"<?php endif; ?> id="bp-disable-account-deletion" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?> … … 130 130 131 131 <tr> 132 <th scope="row"><?php _e( 'Disable activity stream commenting on blog and forum posts?', 'buddypress' ) ?> :</th>132 <th scope="row"><?php _e( 'Disable activity stream commenting on blog and forum posts?', 'buddypress' ) ?></th> 133 133 <td> 134 134 <input type="radio" name="bp-admin[bp-disable-blogforum-comments]"<?php if ( (int)bp_get_option( 'bp-disable-blogforum-comments' ) || false === bp_get_option( 'bp-disable-blogforum-comments' ) ) : ?> checked="checked"<?php endif; ?> id="bp-disable-blogforum-comments" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?> … … 142 142 143 143 <tr> 144 <th scope="row"><?php _e( 'Restrict group creation to Site Admins?', 'buddypress' ) ?> :</th>144 <th scope="row"><?php _e( 'Restrict group creation to Site Admins?', 'buddypress' ) ?></th> 145 145 <td> 146 146 <input type="radio" name="bp-admin[bp_restrict_group_creation]"<?php checked( '1', bp_get_option( 'bp_restrict_group_creation', '0' ) ); ?>id="bp-restrict-group-creation" value="1" /> <?php _e( 'Yes', 'buddypress' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.