Changeset 3422
- Timestamp:
- 11/14/2010 06:14:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-templatetags.php
r3262 r3422 125 125 else { 126 126 if ( $this->group ) 127 wp_cache_set( 'groups_group_nouserdata_' . $ group->group_id, $this->group, 'bp' );127 wp_cache_set( 'groups_group_nouserdata_' . $this->group->group_id, $this->group, 'bp' ); 128 128 } 129 129
Note: See TracChangeset
for help on using the changeset viewer.