Changeset 1781
- Timestamp:
- 09/03/2009 07:08:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-templatetags.php
r1760 r1781 224 224 } 225 225 226 function bp_the_profile_group_id() { 227 echo bp_get_the_profile_group_id(); 228 } 229 function bp_get_the_profile_group_id() { 230 global $group; 231 return apply_filters( 'bp_get_the_profile_group_id', $group->id ); 232 } 233 226 234 function bp_the_profile_group_name() { 227 235 echo bp_get_the_profile_group_name();
Note: See TracChangeset
for help on using the changeset viewer.