Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 02:45:59 AM (15 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-xprofile/bp-xprofile-loader.php

    r5699 r5704  
    122122                );
    123123
    124                 $profile_link = trailingslashit( $bp->loggedin_user->domain . $this->slug );
     124                $profile_link = trailingslashit( bp_loggedin_user_domain() . $this->slug );
    125125
    126126                // Add the subnav items to the profile
     
    172172
    173173                        // Profile link
    174                         $profile_link = trailingslashit( $bp->loggedin_user->domain . $this->slug );
     174                        $profile_link = trailingslashit( bp_loggedin_user_domain() . $this->slug );
    175175
    176176                        // Add the "Profile" sub menu
Note: See TracChangeset for help on using the changeset viewer.