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-blogs/bp-blogs-loader.php

    r5686 r5704  
    151151        if ( is_user_logged_in() ) {
    152152
    153             $blogs_link = trailingslashit( $bp->loggedin_user->domain . $this->slug );
     153            $blogs_link = trailingslashit( bp_loggedin_user_domain() . $this->slug );
    154154
    155155            // Add the "Blogs" sub menu
Note: See TracChangeset for help on using the changeset viewer.