Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2012 06:03:00 PM (13 years ago)
Author:
r-a-y
Message:

EOF:

  • Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags.
File:
1 edited

Legend:

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

    r6150 r6342  
    2929function bp_groups_update_meta_cache( $group_ids = false ) {
    3030    global $bp;
    31    
     31
    3232    $cache_args = array(
    3333        'object_ids'       => $group_ids,
     
    3737        'cache_key_prefix' => 'bp_groups_groupmeta'
    3838    );
    39    
     39
    4040    bp_update_meta_cache( $cache_args );
    4141}
     
    104104add_action( 'groups_created_group',              'bp_core_clear_cache' );
    105105add_action( 'groups_group_avatar_updated',       'bp_core_clear_cache' );
    106 
    107 ?>
Note: See TracChangeset for help on using the changeset viewer.