Changeset 800850
- Timestamp:
- 11/08/2013 03:04:16 AM (12 years ago)
- Location:
- bp-group-hierarchy/trunk
- Files:
-
- 2 edited
-
bp-group-hierarchy-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-group-hierarchy/trunk/bp-group-hierarchy-functions.php
r752661 r800850 45 45 if( $group_id = groups_create_group( $args ) ) { 46 46 if( isset( $args['parent_id'] ) ) { 47 $group = new BP_Group _Hierarchy( $group_id );47 $group = new BP_Groups_Hierarchy( $group_id ); 48 48 $group->parent_id = (int)$args['parent_id']; 49 49 $group->save(); -
bp-group-hierarchy/trunk/readme.txt
r773019 r800850 4 4 Tags: buddypress, groups, subgroups, hierarchy, parent group 5 5 Requires at least: WP 3.2, BuddyPress 1.6 6 Tested up to: WP 3. 6.1, BuddyPress 1.9-bleeding6 Tested up to: WP 3.7.1, BuddyPress 1.9-bleeding 7 7 Stable tag: 1.4.0 8 8 … … 59 59 60 60 == Changelog == 61 62 = 1.4.1 = 63 * Fixed: error in `groups_hierarchy_create_group` function - thanks, dcavins 61 64 62 65 = 1.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.