Changeset 5883
- Timestamp:
- 03/05/2012 03:12:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-settings.php
r5729 r5883 161 161 162 162 <input id="bp_restrict_group_creation" name="bp_restrict_group_creation" type="checkbox"value="1" <?php checked( !bp_restrict_group_creation( true ) ); ?> /> 163 <label for="bp_restrict_group_creation"><?php _e( 'Enable group creation', 'buddypress' ); ?></label> 163 <label for="bp_restrict_group_creation"><?php _e( 'Enable group creation for all users', 'buddypress' ); ?></label> 164 <p class="description"><?php _e( 'Administrators can always create groups, regardless of this setting.', 'buddypress' ); ?></p> 164 165 165 166 <?php
Note: See TracChangeset
for help on using the changeset viewer.