Changeset 3328 for trunk/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 10/28/2010 09:52:35 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r3300 r3328 123 123 if ( $this->single_group ) 124 124 $this->group = new BP_Groups_Group( $this->group->group_id, true ); 125 else {126 if ( $this->group )127 wp_cache_set( 'groups_group_nouserdata_' . $group->group_id, $this->group, 'bp' );128 }129 125 130 126 if ( 0 == $this->current_group ) // loop has just started
Note: See TracChangeset
for help on using the changeset viewer.