Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/28/2010 09:52:35 PM (15 years ago)
Author:
djpaul
Message:

Remove obsolete group caching code from 1.1.3ish era. Fixes #2117

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r3300 r3328  
    123123        if ( $this->single_group )
    124124            $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         }
    129125
    130126        if ( 0 == $this->current_group ) // loop has just started
Note: See TracChangeset for help on using the changeset viewer.