Ticket #684: bp_the_site_members_user_id.patch
File bp_the_site_members_user_id.patch, 467 bytes (added by , 16 years ago) |
---|
-
bp-core-templatetags.php
939 939 echo $site_members_template->member->user_url; 940 940 } 941 941 942 function bp_the_site_member_user_id() { 943 global $site_members_template; 944 945 echo $site_members_template->member->id; 946 } 947 942 948 function bp_the_site_member_name() { 943 949 global $site_members_template; 944 950