Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2015 01:53:42 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Replace domain.com references with example.com to avoid linking to unaffiliated . Props netweb. Fixes #6183.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-functions.php

    r9398 r9428  
    152152
    153153/**
    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/.
    155155 *
    156156 * @param int $user_id The ID of the user.
     
    464464 * Return a HTML formatted link for a user with the user's full name as the link text.
    465465 *
    466  * eg: <a href="http://andy.domain.com/">Andy Peatling</a>
     466 * eg: <a href="http://andy.example.com/">Andy Peatling</a>
    467467 *
    468468 * Optional parameters will return just the name or just the URL.
Note: See TracChangeset for help on using the changeset viewer.