Changeset 5704 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 02/11/2012 02:45:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r5699 r5704 122 122 ); 123 123 124 $profile_link = trailingslashit( $bp->loggedin_user->domain. $this->slug );124 $profile_link = trailingslashit( bp_loggedin_user_domain() . $this->slug ); 125 125 126 126 // Add the subnav items to the profile … … 172 172 173 173 // Profile link 174 $profile_link = trailingslashit( $bp->loggedin_user->domain. $this->slug );174 $profile_link = trailingslashit( bp_loggedin_user_domain() . $this->slug ); 175 175 176 176 // Add the "Profile" sub menu
Note: See TracChangeset
for help on using the changeset viewer.