Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2009 01:04:36 PM (16 years ago)
Author:
apeatling
Message:

Added support for marking an activity as a favorite.

File:
1 edited

Legend:

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

    r2199 r2212  
    11961196
    11971197function bp_total_group_count() {
    1198     echo bp_get_total_blog_count();
     1198    echo bp_get_total_group_count();
    11991199}
    12001200    function bp_get_total_group_count() {
     
    12031203
    12041204function bp_total_group_count_for_user( $user_id = false ) {
    1205     echo bp_get_total_blog_count_for_user( $user_id );
     1205    echo bp_get_total_group_count_for_user( $user_id );
    12061206}
    12071207    function bp_get_total_group_count_for_user( $user_id = false ) {
Note: See TracChangeset for help on using the changeset viewer.