Skip to:
Content

BuddyPress.org

Changeset 5883


Ignore:
Timestamp:
03/05/2012 03:12:32 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Clarify group creation setting label and add description.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-settings.php

    r5729 r5883  
    161161
    162162    <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>
    164165
    165166<?php
Note: See TracChangeset for help on using the changeset viewer.