Changeset 2147 for trunk/bp-groups.php
- Timestamp:
- 11/27/2009 03:58:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r2128 r2147 1918 1918 } 1919 1919 1920 /* TODO: These user group functions could be merged with the above with an optional user ID param */ 1921 1920 1922 function groups_get_user_groups( $user_id = false, $pag_num = false, $pag_page = false ) { 1921 1923 global $bp; … … 1926 1928 return BP_Groups_Member::get_group_ids( $user_id, $pag_num, $pag_page ); 1927 1929 } 1928 1929 /* TODO: These user group functions could be merged with the above with an optional user ID param */1930 1930 1931 1931 function 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.