Changeset 2212 for trunk/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 12/27/2009 01:04:36 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-templatetags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r2199 r2212 1196 1196 1197 1197 function bp_total_group_count() { 1198 echo bp_get_total_ blog_count();1198 echo bp_get_total_group_count(); 1199 1199 } 1200 1200 function bp_get_total_group_count() { … … 1203 1203 1204 1204 function 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 ); 1206 1206 } 1207 1207 function bp_get_total_group_count_for_user( $user_id = false ) {
Note: See TracChangeset
for help on using the changeset viewer.