Skip to:
Content

BuddyPress.org

Changeset 2147 for trunk/bp-groups.php


Ignore:
Timestamp:
11/27/2009 03:58:51 PM (16 years ago)
Author:
apeatling
Message:

Updated site wide activity widget. Added new AJAX functionality along with more powerful filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r2128 r2147  
    19181918}
    19191919
     1920/* TODO: These user group functions could be merged with the above with an optional user ID param */
     1921
    19201922function groups_get_user_groups( $user_id = false, $pag_num = false, $pag_page = false ) {
    19211923    global $bp;
     
    19261928    return BP_Groups_Member::get_group_ids( $user_id, $pag_num, $pag_page );
    19271929}
    1928 
    1929 /* TODO: These user group functions could be merged with the above with an optional user ID param */
    19301930
    19311931function groups_get_recently_joined_for_user( $user_id = false, $pag_num = false, $pag_page = false, $filter = false ) {
Note: See TracChangeset for help on using the changeset viewer.