Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 02:45:59 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Replace direct references to $bp user domains with their functional equivalents. See #3994.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-loader.php

    r5592 r5704  
    225225            );
    226226
    227             $profile_link = trailingslashit( $bp->loggedin_user->domain . '/' . $bp->core->profile->slug );
     227            $profile_link = trailingslashit( bp_loggedin_user_domain() . '/' . $bp->core->profile->slug );
    228228
    229229            // Add the subnav items to the profile
Note: See TracChangeset for help on using the changeset viewer.