Changeset 9428 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 02/04/2015 01:53:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r9398 r9428 152 152 153 153 /** 154 * Return the domain for the passed user: e.g. http:// domain.com/members/andy/.154 * Return the domain for the passed user: e.g. http://example.com/members/andy/. 155 155 * 156 156 * @param int $user_id The ID of the user. … … 464 464 * Return a HTML formatted link for a user with the user's full name as the link text. 465 465 * 466 * eg: <a href="http://andy. domain.com/">Andy Peatling</a>466 * eg: <a href="http://andy.example.com/">Andy Peatling</a> 467 467 * 468 468 * Optional parameters will return just the name or just the URL.
Note: See TracChangeset
for help on using the changeset viewer.