Skip to:
Content

BuddyPress.org

Changeset 1929 for trunk/bp-groups.php


Ignore:
Timestamp:
09/23/2009 01:18:49 AM (15 years ago)
Author:
apeatling
Message:

Added ability to loop groups alphabetically by using 'type=alphabetical' in the site groups loop. Fixes #764

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1922 r1929  
    18651865}
    18661866
     1867function groups_get_alphabetically( $limit = null, $page = 1 ) {
     1868    return BP_Groups_Group::get_alphabetically( $limit, $page );   
     1869}
     1870
    18671871function groups_get_by_most_forum_topics( $limit = null, $page = 1 ) {
    18681872    return BP_Groups_Group::get_by_most_forum_topics( $limit, $page );
Note: See TracChangeset for help on using the changeset viewer.