Changeset 1929 for trunk/bp-groups.php
- Timestamp:
- 09/23/2009 01:18:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r1922 r1929 1865 1865 } 1866 1866 1867 function groups_get_alphabetically( $limit = null, $page = 1 ) { 1868 return BP_Groups_Group::get_alphabetically( $limit, $page ); 1869 } 1870 1867 1871 function groups_get_by_most_forum_topics( $limit = null, $page = 1 ) { 1868 1872 return BP_Groups_Group::get_by_most_forum_topics( $limit, $page );
Note: See TracChangeset
for help on using the changeset viewer.