Skip to:
Content

BuddyPress.org

Changeset 8008


Ignore:
Timestamp:
03/01/2014 12:02:30 AM (11 years ago)
Author:
r-a-y
Message:

Remove duplicate wp_cache_set() call in BP_Groups_Group::populate().

See #5407

File:
1 edited

Legend:

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

    r8001 r8008  
    220220                }
    221221            }
    222 
    223             // Cache the group object before user-specific data is added
    224             wp_cache_set( $this->id, $this, 'bp_groups' );
    225222
    226223            // Set up some specific group vars from meta. Excluded
Note: See TracChangeset for help on using the changeset viewer.