Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2015 01:53:42 PM (11 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-loader.php

    r9351 r9428  
    121121        $bp->loggedin_user->is_super_admin = $bp->loggedin_user->is_site_admin = is_super_admin( bp_loggedin_user_id() );
    122122
    123         // The domain for the user currently logged in. eg: http://domain.com/members/andy
     123        // The domain for the user currently logged in. eg: http://example.com/members/andy
    124124        $bp->loggedin_user->domain         = bp_core_get_user_domain( bp_loggedin_user_id() );
    125125
Note: See TracChangeset for help on using the changeset viewer.