Changeset 9308 for trunk/src/bp-groups/bp-groups-classes.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-classes.php
r9230 r9308 2874 2874 2875 2875 /** 2876 * Parsed configuration param aters for the extension.2876 * Parsed configuration parameters for the extension. 2877 2877 * 2878 2878 * @since BuddyPress (1.8.0) … … 3310 3310 */ 3311 3311 protected function setup_access_settings() { 3312 // Bail if no gr uop ID is available3312 // Bail if no group ID is available 3313 3313 if ( empty( $this->group_id ) ) { 3314 3314 return;
Note: See TracChangeset
for help on using the changeset viewer.